mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
.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:
parent
86b1c5a5a4
commit
456b51a50e
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue