[PATCH] fix .gitignore for gzipped man pages

Jani Nikula jani at nikula.org
Tue Jan 17 10:16:03 PST 2012


---
 .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



More information about the notmuch mailing list