[PATCH 1/2] Update .gitignore
Jussi Kivilinna
jussi.kivilinna at iki.fi
Sat Mar 12 18:42:48 CET 2016
--
Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>
---
.gitignore | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.gitignore b/.gitignore
index b961614..3cd83a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,9 +37,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
@@ -61,27 +64,43 @@ src/gcrypt.h
src/hmac256
src/libgcrypt-config
src/libgcrypt.la
+src/mpicalc
src/versioninfo.rc
+src/*.exe
tests/Makefile
tests/ac
tests/ac-data
tests/ac-schemes
tests/aeswrap
tests/basic
+tests/bench-slope
tests/benchmark
+tests/curves
+tests/dsa-rfc6979
tests/fips186-dsa
tests/fipsdrv
tests/gchash
+tests/genhashdata
+tests/hashtest
tests/hashtest-256g
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-cv25519
+tests/t-ed25519
+tests/t-kdf
+tests/t-lock
tests/t-mpi-bit
+tests/t-mpi-point
+tests/t-sexp
tests/tsexp
tests/version
+tests/*.exe
More information about the Gcrypt-devel
mailing list