[PATCH] fix .gitignore for gzipped man pages

Subject: [PATCH] fix .gitignore for gzipped man pages

Date: Tue, 17 Jan 2012 20:16:03 +0200

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


---
 .gitignore     |    1 -
 man/.gitignore |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)
 create mode 100644 man/.gitignore

diff --git a/.gitignore b/.gitignore
index d64ec9f..d428290 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@ tags
 /notmuch
 notmuch.sym
 notmuch-shared
-notmuch.1.gz
 libnotmuch.so*
 libnotmuch*.dylib
 *.[ao]
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 0000000..26ead20
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,2 @@
+# ignore gzipped man pages
+*.[0-9].gz
-- 
1.7.5.4


Thread: