Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
2a5c32d0
Commit
2a5c32d0
authored
Feb 18, 2012
by
Niels Möller
Browse files
Updated .gitignore files.
parent
f4dcc3c0
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
2a5c32d0
...
...
@@ -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
...
...
examples/.gitignore
View file @
2a5c32d0
...
...
@@ -2,6 +2,8 @@
/Makefile
/eratosthenes
/nettle-benchmark
/next-prime
/random-prime
/rsa-decrypt
/rsa-encrypt
/rsa-keygen
...
...
testsuite/.gitignore
View file @
2a5c32d0
...
...
@@ -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
tools/.gitignore
View file @
2a5c32d0
/*.d
/Makefile
/nettle-hash
/nettle-lfib-stream
/pkcs1-conv
/sexp-conv
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment