fish/.gitignore

54 lines
923 B
Plaintext
Raw Normal View History

# File extensions that should never be checked in regardless of which project
# directory they reside in.
*.exe
*.o
2015-01-05 00:46:03 +03:00
*.xccheckout
*~
2009-06-16 15:53:37 +04:00
# Directories that only contain transitory files from building and testing.
DerivedData/
2009-06-16 15:53:37 +04:00
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
2009-06-16 15:53:37 +04:00
command_list.txt
command_list_toc.txt
compile_commands.json
2012-12-14 07:05:56 +04:00
confdefs.h
2009-06-16 15:53:37 +04:00
config.h
config.h.in
config.log
config.status
configure
doc.h
fish
fish.pc
2009-06-16 15:53:37 +04:00
fish_indent
fish_key_reader
2009-06-16 15:53:37 +04:00
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
share/__fish_build_paths.fish
tests/*.tmp.*