mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
fix .gitignore for gzipped man pages
This commit is contained in:
parent
efa5d6cb32
commit
8ea82928b9
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,7 +7,6 @@ tags
|
||||||
/notmuch
|
/notmuch
|
||||||
notmuch.sym
|
notmuch.sym
|
||||||
notmuch-shared
|
notmuch-shared
|
||||||
notmuch.1.gz
|
|
||||||
libnotmuch.so*
|
libnotmuch.so*
|
||||||
libnotmuch*.dylib
|
libnotmuch*.dylib
|
||||||
*.[ao]
|
*.[ao]
|
||||||
|
|
2
man/.gitignore
vendored
Normal file
2
man/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# ignore gzipped man pages
|
||||||
|
*.[0-9].gz
|
Loading…
Reference in a new issue