From 627b0261a81bb18ef95156baa37101ddcb14e356 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 13 Sep 2015 11:33:20 -0500 Subject: ignore manpages --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 019fc05..353b48d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,10 @@ Makefile.in *.def *.pc +# man pages +*.1 +*.3 + # tests test-driver *.log @@ -142,7 +146,4 @@ include/openssl/*.h openbsd/ *.tar.gz -apps/*.1* -man/*.3 -man/*.1 man/Makefile.am -- cgit v1.2.3-55-g6feb