diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 11:33:20 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 11:33:20 -0500 |
commit | 627b0261a81bb18ef95156baa37101ddcb14e356 (patch) | |
tree | b4f7134f7744a131a3270b95108c5688c87d505f | |
parent | eeb286af5a544119b772161564a27748074ffd18 (diff) | |
download | portable-627b0261a81bb18ef95156baa37101ddcb14e356.tar.gz portable-627b0261a81bb18ef95156baa37101ddcb14e356.tar.bz2 portable-627b0261a81bb18ef95156baa37101ddcb14e356.zip |
ignore manpages
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -41,6 +41,10 @@ Makefile.in | |||
41 | *.def | 41 | *.def |
42 | *.pc | 42 | *.pc |
43 | 43 | ||
44 | # man pages | ||
45 | *.1 | ||
46 | *.3 | ||
47 | |||
44 | # tests | 48 | # tests |
45 | test-driver | 49 | test-driver |
46 | *.log | 50 | *.log |
@@ -142,7 +146,4 @@ include/openssl/*.h | |||
142 | openbsd/ | 146 | openbsd/ |
143 | 147 | ||
144 | *.tar.gz | 148 | *.tar.gz |
145 | apps/*.1* | ||
146 | man/*.3 | ||
147 | man/*.1 | ||
148 | man/Makefile.am | 149 | man/Makefile.am |