diff options
author | Brent Cook <bcook@openbsd.org> | 2017-02-07 07:53:52 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-02-07 07:53:52 -0600 |
commit | 3ba2699dabf919eedce777eb361588a28d67b253 (patch) | |
tree | 79f7f8084bb4841f12a23a7c312081d9d37869a9 | |
parent | 7383bf673b2dc2b093dd31038a6d43e2020f742b (diff) | |
download | portable-3ba2699dabf919eedce777eb361588a28d67b253.tar.gz portable-3ba2699dabf919eedce777eb361588a28d67b253.tar.bz2 portable-3ba2699dabf919eedce777eb361588a28d67b253.zip |
ignore mandoc db, compat files
Diffstat (limited to '')
-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 | ||