diff options
-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 |