mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
.gitignore: ignore generated source docs, don't ignore Doxyfile.help
Doxyfile.help isn't generated
This commit is contained in:
parent
6f3d7209c2
commit
f30a5fe288
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
*.o
|
||||
*~
|
||||
|
||||
Doxyfile.help
|
||||
Makefile
|
||||
autom4te.cache/
|
||||
build/
|
||||
|
@ -12,6 +11,7 @@ config.h.in
|
|||
config.log
|
||||
config.status
|
||||
configure
|
||||
doc/
|
||||
doc.h
|
||||
doc_src/commands.hdr
|
||||
doc_src/index.hdr
|
||||
|
|
Loading…
Reference in a new issue