aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-11-18 08:04:18 -0600
committerBrent Cook <bcook@openbsd.org>2014-11-18 08:04:18 -0600
commit1bd0c2fb2e03bcf5177a1703fe850db931210102 (patch)
tree1944cce5693adf80741b8e47eaf5f9108acc44a7
parent29f8d827f2bde41a86d90b97262bd7e40d29b4b4 (diff)
downloadportable-1bd0c2fb2e03bcf5177a1703fe850db931210102.tar.gz
portable-1bd0c2fb2e03bcf5177a1703fe850db931210102.tar.bz2
portable-1bd0c2fb2e03bcf5177a1703fe850db931210102.zip
ignore gost and camellia dirs
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a1fe224..cefc948 100644
--- a/.gitignore
+++ b/.gitignore
@@ -120,6 +120,7 @@ crypto/bf/
120crypto/bio/ 120crypto/bio/
121crypto/bn/ 121crypto/bn/
122crypto/buffer/ 122crypto/buffer/
123crypto/camellia/
123crypto/cast/ 124crypto/cast/
124crypto/chacha/ 125crypto/chacha/
125crypto/cmac/ 126crypto/cmac/
@@ -140,6 +141,7 @@ crypto/engine/
140crypto/err/ 141crypto/err/
141crypto/evp/ 142crypto/evp/
142crypto/ex_data.c 143crypto/ex_data.c
144crypto/gost/
143crypto/hmac/ 145crypto/hmac/
144crypto/idea/ 146crypto/idea/
145crypto/krb5/ 147crypto/krb5/