From a40fccc73b82199ee2cf70512c3b00e755dc8f27 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Mon, 8 Dec 2014 02:11:04 +0300 Subject: Update .gitignore Add gost test suite and camellia cipher dir to .gitignore. Signed-off-by: Dmitry Eremin-Solenikov --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e964021..be8b51d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ test-driver tests/aes_wrap* tests/arc4random_fork* tests/explicit_bzero* +tests/gost2814789t* tests/mont* tests/timingsafe* tests/*test @@ -131,6 +132,7 @@ crypto/bn/ crypto/buffer/ crypto/camellia/ crypto/cast/ +crypto/camellia/ crypto/chacha/ crypto/cmac/ crypto/comp/ -- cgit v1.2.3-55-g6feb