diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2014-12-08 02:11:04 +0300 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-07 18:07:52 -0600 |
commit | a40fccc73b82199ee2cf70512c3b00e755dc8f27 (patch) | |
tree | edb5312207bbc259756d5ba2ab65fbaa68ba3bb8 | |
parent | 7842cda3c81c00e1c7bf09d64a3ef50cfbf667a7 (diff) | |
download | portable-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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,7 @@ test-driver | |||
47 | tests/aes_wrap* | 47 | tests/aes_wrap* |
48 | tests/arc4random_fork* | 48 | tests/arc4random_fork* |
49 | tests/explicit_bzero* | 49 | tests/explicit_bzero* |
50 | tests/gost2814789t* | ||
50 | tests/mont* | 51 | tests/mont* |
51 | tests/timingsafe* | 52 | tests/timingsafe* |
52 | tests/*test | 53 | tests/*test |
@@ -131,6 +132,7 @@ crypto/bn/ | |||
131 | crypto/buffer/ | 132 | crypto/buffer/ |
132 | crypto/camellia/ | 133 | crypto/camellia/ |
133 | crypto/cast/ | 134 | crypto/cast/ |
135 | crypto/camellia/ | ||
134 | crypto/chacha/ | 136 | crypto/chacha/ |
135 | crypto/cmac/ | 137 | crypto/cmac/ |
136 | crypto/comp/ | 138 | crypto/comp/ |