diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-10 07:18:08 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-10 11:50:03 -0500 |
commit | b6aded059f68306181216d1a5abc03a47d5eb1c5 (patch) | |
tree | 50c4c46cabd2c65cf0bab98257e0b4345c807e6e /.gitignore | |
parent | 1c2a3f25e2be28d0e08041257a66b5e50be2f49f (diff) | |
download | portable-b6aded059f68306181216d1a5abc03a47d5eb1c5.tar.gz portable-b6aded059f68306181216d1a5abc03a47d5eb1c5.tar.bz2 portable-b6aded059f68306181216d1a5abc03a47d5eb1c5.zip |
ensure headers are sanitized before release
When a public header is removed, we need to ensure it gets removed
in the release distribution as well. Also, remove nonexistent *.he
exclude.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -106,7 +106,6 @@ tls/*.h | |||
106 | include/pqueue.h | 106 | include/pqueue.h |
107 | include/tls.h | 107 | include/tls.h |
108 | include/openssl/*.h | 108 | include/openssl/*.h |
109 | include/openssl/*.he | ||
110 | 109 | ||
111 | !/apps/apps_win.c | 110 | !/apps/apps_win.c |
112 | !/apps/poll_win.c | 111 | !/apps/poll_win.c |