Skip to content
Snippets Groups Projects
Commit 2a5c32d0 authored by Niels Möller's avatar Niels Möller
Browse files

Updated .gitignore files.

parent f4dcc3c0
No related merge requests found
......@@ -36,6 +36,7 @@ core
/*.tar.gz
/*.tar.gz.asc
/.lib
/*.asm
/autom4te.cache
/Makefile
/aesdata
......@@ -47,7 +48,10 @@ core
/config.make
/config.status
/configure
/*.pc
/machine.m4
/desdata
/gcmdata
/keymap.h
/nettle-stdint.h
/nettle.aux
......
......@@ -2,6 +2,8 @@
/Makefile
/eratosthenes
/nettle-benchmark
/next-prime
/random-prime
/rsa-decrypt
/rsa-encrypt
/rsa-keygen
......
......@@ -8,6 +8,7 @@
/bignum-test
/blowfish-test
/buffer-test
/camellia-test
/cast128-test
/cbc-test
/ctr-test
......@@ -17,13 +18,20 @@
/des3-test
/dsa-keygen-test
/dsa-test
/gcm-test
/hmac-test
/knuth-lfib-test
/md2-test
/md4-test
/md5-compat-test
/md5-test
/memxor-test
/meta-armor-test
/meta-cipher-test
/meta-hash-test
/pkcs1-test
/random-prime-test
/ripemd160-test
/rsa-encrypt-test
/rsa-keygen-test
/rsa-test
......@@ -34,9 +42,13 @@
/sexp2rsa-test
/sha1-huge-test
/sha1-test
/sha224-test
/sha256-test
/sha384-test
/sha512-test
/twofish-test
/yarrow-test
/test.in
/test1.out
/test2.out
/twofish-test
/yarrow-test
/*.d
/Makefile
/nettle-hash
/nettle-lfib-stream
/pkcs1-conv
/sexp-conv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment