mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
gitignore: ignore sh.config and doc/config.dox
This commit is contained in:
parent
0bb1f26a26
commit
50eedb48ec
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
.first-build-message
|
||||
Makefile.config
|
||||
sh.config
|
||||
version.stamp
|
||||
TAGS
|
||||
tags
|
||||
|
|
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.pyc
|
||||
docdeps.mk
|
||||
_build
|
||||
config.dox
|
||||
|
|
Loading…
Reference in a new issue