From: Jani Nikula Date: Tue, 17 Jan 2012 18:16:03 +0000 (+0200) Subject: fix .gitignore for gzipped man pages X-Git-Tag: debian/0.12_rc1-1~198 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8ea82928b91e847298e4586f9db9734e727a418a;hp=efa5d6cb32825f4744ddcfdcfa2fc354d9740ce1 fix .gitignore for gzipped man pages --- diff --git a/.gitignore b/.gitignore index d64ec9f3..d4282909 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 00000000..26ead201 --- /dev/null +++ b/man/.gitignore @@ -0,0 +1,2 @@ +# ignore gzipped man pages +*.[0-9].gz