.gitignore: adjust build system artefacts

Keep the configure files in our vendored directories
Drop some other build system artefacts in these directories
This commit is contained in:
David Adam 2017-08-25 01:35:08 +08:00
parent 86b1c5a5a4
commit 456b51a50e

4
.gitignore vendored
View file

@ -47,7 +47,6 @@ config.h
config.cache config.cache
config.h.in config.h.in
config.status config.status
configure
messages.pot messages.pot
.directory .directory
.fuse_hidden* .fuse_hidden*
@ -68,6 +67,7 @@ messages.pot
/command_list_toc.txt /command_list_toc.txt
/compile_commands.json /compile_commands.json
/confdefs.h /confdefs.h
/configure
/doc.h /doc.h
/fish /fish
/fish.pc /fish.pc
@ -87,6 +87,8 @@ messages.pot
/share/__fish_build_paths.fish /share/__fish_build_paths.fish
/tests/*.tmp.* /tests/*.tmp.*
/share/pkgconfig /share/pkgconfig
/muparser-*/bk-deps
/pcre2-*/configure.lineno
# xcode # xcode
## Build generated ## Build generated