[PATCH 2/2] Update .gitingore to ignore more files
Dmitry Eremin-Solenikov
dbaryshkov at gmail.com
Sun Sep 22 22:02:31 CEST 2013
* .gitignore: add more tests, temporary files, etc to the list of
ignored files.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
.gitignore | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9a2105a..3a94fbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,18 @@
*.lo
*.o
+*.orig
+*.patch
+*.swp
.deps/
.libs/
+gmon.out
po/*.gmo
po/messages.mo
/aclocal.m4
/autom4te.cache
/compile
/config.guess
+/config.h.in~
/config.h.in
/config.h
/config.log
@@ -35,7 +40,16 @@ cipher/Makefile
cipher/libcipher.la
compat/Makefile
compat/libcompat.la
+doc/gcrypt.??
+doc/gcrypt.aux
+doc/gcrypt.cps
+doc/gcrypt.dvi
+doc/gcrypt.fns
+doc/gcrypt.html/
doc/gcrypt.info
+doc/gcrypt.log
+doc/gcrypt.pdf
+doc/gcrypt.toc
doc/mdate-sh
doc/texinfo.tex
doc/stamp-vti
@@ -44,9 +58,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
@@ -68,7 +85,10 @@ src/gcrypt.h
src/hmac256
src/libgcrypt-config
src/libgcrypt.la
+src/mpicalc
src/versioninfo.rc
+tags
+TAGS
test-driver
tests/Makefile
tests/ac
@@ -77,17 +97,26 @@ tests/ac-schemes
tests/aeswrap
tests/basic
tests/benchmark
+tests/curves
+tests/dsa-rfc6979
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-convert
+tests/t-ed25519
+tests/t-kdf
tests/t-mpi-bit
+tests/t-mpi-point
tests/tsexp
tests/version
+tests/*.log
+tests/*.trs
--
1.8.4.rc3
More information about the Gcrypt-devel
mailing list