aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2014-12-08 02:11:04 +0300
committerBrent Cook <bcook@openbsd.org>2014-12-07 18:07:52 -0600
commita40fccc73b82199ee2cf70512c3b00e755dc8f27 (patch)
treeedb5312207bbc259756d5ba2ab65fbaa68ba3bb8
parent7842cda3c81c00e1c7bf09d64a3ef50cfbf667a7 (diff)
downloadportable-a40fccc73b82199ee2cf70512c3b00e755dc8f27.tar.gz
portable-a40fccc73b82199ee2cf70512c3b00e755dc8f27.tar.bz2
portable-a40fccc73b82199ee2cf70512c3b00e755dc8f27.zip
Update .gitignore
Add gost test suite and camellia cipher dir to .gitignore. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e964021..be8b51d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,7 @@ test-driver
47tests/aes_wrap* 47tests/aes_wrap*
48tests/arc4random_fork* 48tests/arc4random_fork*
49tests/explicit_bzero* 49tests/explicit_bzero*
50tests/gost2814789t*
50tests/mont* 51tests/mont*
51tests/timingsafe* 52tests/timingsafe*
52tests/*test 53tests/*test
@@ -131,6 +132,7 @@ crypto/bn/
131crypto/buffer/ 132crypto/buffer/
132crypto/camellia/ 133crypto/camellia/
133crypto/cast/ 134crypto/cast/
135crypto/camellia/
134crypto/chacha/ 136crypto/chacha/
135crypto/cmac/ 137crypto/cmac/
136crypto/comp/ 138crypto/comp/