2016-08-07 20:39:02 -07:00
|
|
|
# File extensions that should never be checked in regardless of which project
|
|
|
|
# directory they reside in.
|
2013-08-12 09:58:45 +03:00
|
|
|
*.exe
|
2016-08-07 20:39:02 -07:00
|
|
|
*.o
|
2015-01-04 13:46:03 -08:00
|
|
|
*.xccheckout
|
2016-08-07 20:39:02 -07:00
|
|
|
*~
|
2009-06-16 21:53:37 +10:00
|
|
|
|
2016-08-07 20:39:02 -07:00
|
|
|
# Directories that only contain transitory files from building and testing.
|
|
|
|
DerivedData/
|
2009-06-16 21:53:37 +10:00
|
|
|
autom4te.cache/
|
2013-02-17 13:34:01 -08:00
|
|
|
build/
|
2016-08-07 20:39:02 -07:00
|
|
|
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 21:53:37 +10:00
|
|
|
command_list.txt
|
2013-12-18 16:57:20 +05:30
|
|
|
command_list_toc.txt
|
2016-08-07 20:39:02 -07:00
|
|
|
compile_commands.json
|
2012-12-13 19:05:56 -08:00
|
|
|
confdefs.h
|
2009-06-16 21:53:37 +10:00
|
|
|
config.h
|
|
|
|
config.h.in
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
configure
|
|
|
|
doc.h
|
|
|
|
fish
|
2016-08-07 20:39:02 -07:00
|
|
|
fish.pc
|
2009-06-16 21:53:37 +10:00
|
|
|
fish_indent
|
2016-08-07 20:39:02 -07:00
|
|
|
fish_key_reader
|
2009-06-16 21:53:37 +10:00
|
|
|
fish_tests
|
2016-08-07 20:39:02 -07:00
|
|
|
lexicon.log
|
2014-08-01 03:37:32 +01:00
|
|
|
lexicon.txt
|
2014-08-08 03:44:37 +01:00
|
|
|
lexicon_filter
|
2016-08-07 20:39:02 -07:00
|
|
|
messages.pot
|
|
|
|
toc.txt
|
|
|
|
version
|
2016-04-04 16:55:40 -07:00
|
|
|
xcodebuild.log
|
2016-08-07 20:39:02 -07:00
|
|
|
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.*
|