aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cca3fae..cafdd03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,12 +27,19 @@
27*.gcov 27*.gcov
28*.gcda 28*.gcda
29 29
30# mandoc stuff
31links
32mandoc.db
33
30# Autotools stuff 34# Autotools stuff
31.deps 35.deps
32.dirstamp 36.dirstamp
33Makefile 37Makefile
34Makefile.in 38Makefile.in
35 39
40# CMake stuff
41build
42
36# Libtool stuff 43# Libtool stuff
37.libs 44.libs
38*.lo 45*.lo
@@ -67,7 +74,9 @@ tests/asn1string_copy*
67tests/asn1_string_to_utf8* 74tests/asn1_string_to_utf8*
68tests/asn1time* 75tests/asn1time*
69tests/asn1x509* 76tests/asn1x509*
77tests/bio_asn1*
70tests/bio_chain* 78tests/bio_chain*
79tests/bio_host*
71tests/bio_mem* 80tests/bio_mem*
72tests/bnaddsub* 81tests/bnaddsub*
73tests/bn_add_sub* 82tests/bn_add_sub*
@@ -128,6 +137,15 @@ tests/util.c
128tests/valid_handshakes_terminate* 137tests/valid_handshakes_terminate*
129tests/handshake_table* 138tests/handshake_table*
130 139
140# benchmarks, tests with external dependencies
141tests/bn_general*
142tests/bn_mul_div*
143tests/expirecallback*
144tests/wycheproof-primes*
145
146# update.sh creates this for some reason
147tests/empty.c
148
131# ctags stuff 149# ctags stuff
132TAGS 150TAGS
133 151