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