From 1bd0c2fb2e03bcf5177a1703fe850db931210102 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 18 Nov 2014 08:04:18 -0600 Subject: ignore gost and camellia dirs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a1fe224..cefc948 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,7 @@ crypto/bf/ crypto/bio/ crypto/bn/ crypto/buffer/ +crypto/camellia/ crypto/cast/ crypto/chacha/ crypto/cmac/ @@ -140,6 +141,7 @@ crypto/engine/ crypto/err/ crypto/evp/ crypto/ex_data.c +crypto/gost/ crypto/hmac/ crypto/idea/ crypto/krb5/ -- cgit v1.2.3-55-g6feb