From 59a6ddfca34bea0d657cf4d9f56aa6d5bab4a7a1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 28 Aug 2009 14:29:02 +0200 Subject: [PATCH] maint: ignore only man/*.1, not all *.1 files * .gitignore: Ignore *.1 only in man/ --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5618f7285a..1116620698 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*.1 *.I[12] *.[EIOX] *.o @@ -57,6 +56,7 @@ lib/uniwidth m4/.cvsignore m4/.gitignore maint.mk +man/*.1 po/*.gmo po/*.po po/.gitignore -- 2.47.3