aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2014-11-21 07:09:49 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-03 17:02:23 -0600
commit43e041a53395f3dfac2c42c804ac6038448cf90b (patch)
tree6964afba03c159ca5ac7e621fd6dfc7e7447fe92
parent2103690cbf6adfbd24b271c610087bf73e1a3056 (diff)
downloadportable-43e041a53395f3dfac2c42c804ac6038448cf90b.tar.gz
portable-43e041a53395f3dfac2c42c804ac6038448cf90b.tar.bz2
portable-43e041a53395f3dfac2c42c804ac6038448cf90b.zip
don't ignore a non-existent file
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cefc948..cbeb21e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,7 +109,6 @@ crypto/compat/strlcat.c
109crypto/compat/strlcpy.c 109crypto/compat/strlcpy.c
110crypto/compat/strndup.c 110crypto/compat/strndup.c
111crypto/compat/strnlen.c 111crypto/compat/strnlen.c
112crypto/compat/strtonum.c
113crypto/compat/timingsafe_bcmp.c 112crypto/compat/timingsafe_bcmp.c
114crypto/compat/timingsafe_memcmp.c 113crypto/compat/timingsafe_memcmp.c
115crypto/compat/arc4random_*.h 114crypto/compat/arc4random_*.h