2016-08-09 04:01:59 +00:00
|
|
|
# Note that some of the patterns below should be in an individual's
|
|
|
|
# ~/.config/git/ignore file. For example, ".DS_Store" for people working on
|
|
|
|
# macOS (aka OS X). They're included here to minimize the likelihood of such
|
|
|
|
# artifacts inadvertently getting added to the project.
|
|
|
|
|
2016-08-08 03:39:02 +00:00
|
|
|
# File extensions that should never be checked in regardless of which project
|
|
|
|
# directory they reside in.
|
2013-08-12 06:58:45 +00:00
|
|
|
*.exe
|
2016-08-08 03:39:02 +00:00
|
|
|
*.o
|
2015-01-04 21:46:03 +00:00
|
|
|
*.xccheckout
|
2016-08-08 03:39:02 +00:00
|
|
|
*~
|
2009-06-16 11:53:37 +00:00
|
|
|
|
2016-08-09 04:01:59 +00:00
|
|
|
# These file names can appear anywhere in the hierarchy. They tend to be OS
|
|
|
|
# or build system artifacts.
|
|
|
|
.DS_Store
|
|
|
|
autom4te.cache
|
|
|
|
|
2016-08-08 03:39:02 +00:00
|
|
|
# Directories that only contain transitory files from building and testing.
|
2016-08-09 04:01:59 +00:00
|
|
|
# They are all at the top level of the project; hence the leading slash.
|
|
|
|
/DerivedData/
|
|
|
|
/build/
|
|
|
|
/doc/
|
|
|
|
/fish.xcodeproj/
|
|
|
|
/obj/
|
|
|
|
/share/man/
|
|
|
|
/test/
|
|
|
|
/user_doc/
|
2016-08-08 03:39:02 +00:00
|
|
|
|
2016-08-09 04:01:59 +00:00
|
|
|
# File names that can appear in the project root that represent artifacts from
|
|
|
|
# building and testing.
|
|
|
|
/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.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
|
2016-08-08 03:39:02 +00:00
|
|
|
|
2016-08-09 04:01:59 +00:00
|
|
|
# File names that can appear below the project root that represent artifacts
|
|
|
|
# from building and testing.
|
|
|
|
/doc_src/commands.hdr
|
|
|
|
/doc_src/index.hdr
|
|
|
|
/po/*.gmo
|
|
|
|
/share/__fish_build_paths.fish
|
|
|
|
/tests/*.tmp.*
|