diff options
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -64,11 +64,11 @@ tests/tls_ext_alpn* | |||
64 | tests/*test | 64 | tests/*test |
65 | tests/tests.h | 65 | tests/tests.h |
66 | tests/*test.c | 66 | tests/*test.c |
67 | tests/memmem.c | ||
68 | tests/pbkdf2* | 67 | tests/pbkdf2* |
69 | tests/*.pem | 68 | tests/*.pem |
70 | tests/testssl | 69 | tests/testssl |
71 | tests/*.txt | 70 | tests/*.txt |
71 | tests/compat/*.c | ||
72 | !tests/optionstest.c | 72 | !tests/optionstest.c |
73 | !tests/*.test | 73 | !tests/*.test |
74 | 74 | ||
@@ -127,6 +127,7 @@ include/openssl/*.h | |||
127 | /apps/nc/*.c | 127 | /apps/nc/*.c |
128 | /apps/nc/nc* | 128 | /apps/nc/nc* |
129 | !/apps/nc/readpassphrase.c | 129 | !/apps/nc/readpassphrase.c |
130 | /apps/nc/compat/*.c | ||
130 | 131 | ||
131 | /apps/openssl/*.h | 132 | /apps/openssl/*.h |
132 | /apps/openssl/*.c | 133 | /apps/openssl/*.c |
@@ -164,3 +165,4 @@ openbsd/ | |||
164 | 165 | ||
165 | *.tar.gz | 166 | *.tar.gz |
166 | man/Makefile.am | 167 | man/Makefile.am |
168 | man/mandoc.db | ||