2016-08-09 04:01:59 +00:00
|
|
|
# Note that some of the patterns below should be in an individual's
|
2016-08-10 23:41:26 +00:00
|
|
|
# ~/.config/git/ignore file. For example, ".DS_Store" from people working on
|
|
|
|
# MacOS.
|
2016-08-09 04:01:59 +00:00
|
|
|
|
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-10 23:41:26 +00:00
|
|
|
*.app
|
|
|
|
*.out
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
2016-08-08 03:39:02 +00:00
|
|
|
*.o
|
2016-08-10 23:41:26 +00:00
|
|
|
*.obj
|
|
|
|
*.lo
|
|
|
|
*.slo
|
|
|
|
*.d
|
|
|
|
*.gch
|
|
|
|
*.pch
|
2015-01-04 21:46:03 +00:00
|
|
|
*.xccheckout
|
2016-08-08 03:39:02 +00:00
|
|
|
*~
|
2016-08-10 23:41:26 +00:00
|
|
|
*~HEAD
|
|
|
|
*bak
|
|
|
|
*.new
|
|
|
|
*.orig
|
|
|
|
*.log
|
|
|
|
.Trash-*
|
|
|
|
*.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
._*
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
Desktop.ini
|
|
|
|
|
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.
|
|
|
|
autom4te.cache
|
2016-11-26 22:46:28 +00:00
|
|
|
aclocal.m4
|
2016-08-10 23:41:26 +00:00
|
|
|
Makefile
|
|
|
|
config.h
|
|
|
|
config.cache
|
|
|
|
config.h.in
|
|
|
|
config.status
|
|
|
|
messages.pot
|
|
|
|
.directory
|
|
|
|
.fuse_hidden*
|
|
|
|
|
2016-08-09 04:01:59 +00:00
|
|
|
|
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
|
|
|
/doc/
|
|
|
|
/obj/
|
|
|
|
/share/man/
|
2016-08-10 23:41:26 +00:00
|
|
|
/share/doc/
|
2016-08-09 04:01:59 +00:00
|
|
|
/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
|
|
|
|
/command_list.txt
|
|
|
|
/command_list_toc.txt
|
|
|
|
/compile_commands.json
|
|
|
|
/confdefs.h
|
2017-08-24 17:35:08 +00:00
|
|
|
/configure
|
2016-08-09 04:01:59 +00:00
|
|
|
/doc.h
|
|
|
|
/fish
|
|
|
|
/fish.pc
|
|
|
|
/fish_indent
|
|
|
|
/fish_key_reader
|
|
|
|
/fish_tests
|
|
|
|
/lexicon.txt
|
|
|
|
/lexicon_filter
|
|
|
|
/toc.txt
|
|
|
|
/version
|
2018-01-08 09:39:45 +00:00
|
|
|
fish-build-version-witness.txt
|
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.*
|
2016-08-10 23:41:26 +00:00
|
|
|
/share/pkgconfig
|
2017-08-24 17:35:08 +00:00
|
|
|
/muparser-*/bk-deps
|
2017-08-27 12:57:05 +00:00
|
|
|
/muparser-*/shared-ld-sh
|
|
|
|
/muparser-*/build/autoconf/muparser.pc
|
2017-11-18 21:48:16 +00:00
|
|
|
/muparser-2.2.5/samples/example1/example1
|
2017-08-24 17:35:08 +00:00
|
|
|
/pcre2-*/configure.lineno
|
2016-08-10 23:41:26 +00:00
|
|
|
|
2017-01-15 22:51:10 +00:00
|
|
|
# xcode
|
2016-08-10 23:41:26 +00:00
|
|
|
## Build generated
|
2017-08-25 01:02:11 +00:00
|
|
|
/build/
|
|
|
|
/DerivedData/
|
2016-08-10 23:41:26 +00:00
|
|
|
xcuserdata/
|
|
|
|
*.moved-aside
|
|
|
|
*.xccheckout
|
|
|
|
*.xcscmblueprin
|
2018-01-08 09:39:45 +00:00
|
|
|
.vscode
|
2016-08-10 23:41:26 +00:00
|
|
|
|