
dbaryshkov at gmail
Feb 20, 2012, 7:54 AM
Views: 316
Permalink
|
|
[PATCH 1/2] Update .gitingore to ignore more files
|
|
* .gitignore: add more tests, temporary files, etc to the list of ignored files. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov [at] gmail> --- .gitignore | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index ec7f8bb..3fd7446 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ po/*.gmo po/messages.mo /aclocal.m4 /autom4te.cache +/config.h.in~ /config.h.in /config.h /config.log @@ -35,9 +36,12 @@ doc/Makefile doc/fips-fsm.eps doc/fips-fsm.pdf doc/fips-fsm.png +doc/hmac256.1 doc/libgcrypt-modules.eps doc/libgcrypt-modules.pdf doc/libgcrypt-modules.png +doc/yat2m +doc/yat2m-stamp mpi/Makefile mpi/asm-syntax.h mpi/libmpi.la @@ -60,6 +64,8 @@ src/hmac256 src/libgcrypt-config src/libgcrypt.la src/versioninfo.rc +tags +TAGS tests/Makefile tests/ac tests/ac-data @@ -67,17 +73,20 @@ tests/ac-schemes tests/aeswrap tests/basic tests/benchmark +tests/curves tests/fips186-dsa tests/fipsdrv tests/hmac tests/keygen tests/keygrip tests/mpitests +tests/pkcs1v2 tests/prime tests/pubkey tests/random tests/register tests/rsacvt +tests/t-kdf tests/t-mpi-bit tests/tsexp tests/version -- 1.7.9 _______________________________________________ Gcrypt-devel mailing list Gcrypt-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
|