mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-30 16:35:16 +08:00
update .gitignore
I noticed while doing a build that `git status` was reporting the `obj/` directory had been modified. Add that to the list of ignored directories. Remove a couple of build artifacts (`seq` and `set_color`) which aren't created anymore. Break the ignored files into well defined groups with the entries sorted in each group.
This commit is contained in:
parent
e46978fedb
commit
67a594c12c
60
.gitignore
vendored
60
.gitignore
vendored
@ -1,45 +1,53 @@
|
||||
*.o
|
||||
*~
|
||||
# File extensions that should never be checked in regardless of which project
|
||||
# directory they reside in.
|
||||
*.exe
|
||||
*.o
|
||||
*.xccheckout
|
||||
*~
|
||||
|
||||
.DS_Store
|
||||
Makefile
|
||||
# Directories that only contain transitory files from building and testing.
|
||||
DerivedData/
|
||||
autom4te.cache/
|
||||
build/
|
||||
doc/
|
||||
obj/
|
||||
share/man/
|
||||
test/
|
||||
user_doc/
|
||||
|
||||
# File names that can appear in the project root that represent project
|
||||
# artifacts from building and testing.
|
||||
.DS_Store
|
||||
FISH-BUILD-VERSION-FILE
|
||||
Makefile
|
||||
command_list.txt
|
||||
command_list_toc.txt
|
||||
compile_commands.json
|
||||
confdefs.h
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
doc/
|
||||
doc.h
|
||||
fish
|
||||
fish.pc
|
||||
fish_indent
|
||||
fish_key_reader
|
||||
fish_tests
|
||||
lexicon.log
|
||||
lexicon.txt
|
||||
lexicon_filter
|
||||
messages.pot
|
||||
toc.txt
|
||||
version
|
||||
xcodebuild.log
|
||||
xcuserdata
|
||||
|
||||
# File names that can appear below the project root that represent project
|
||||
# artifacts from building and testing.
|
||||
doc_src/commands.hdr
|
||||
doc_src/index.hdr
|
||||
po/*.gmo
|
||||
fish
|
||||
fish_key_reader
|
||||
fish_indent
|
||||
fish_tests
|
||||
fish.pc
|
||||
seq
|
||||
set_color
|
||||
share/__fish_build_paths.fish
|
||||
share/man/
|
||||
toc.txt
|
||||
user_doc/
|
||||
xcuserdata
|
||||
test/
|
||||
tests/*.tmp.*
|
||||
FISH-BUILD-VERSION-FILE
|
||||
version
|
||||
messages.pot
|
||||
lexicon.txt
|
||||
lexicon_filter
|
||||
lexicon.log
|
||||
DerivedData/
|
||||
compile_commands.json
|
||||
xcodebuild.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user