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.
|
2018-03-10 17:19:13 +00:00
|
|
|
*.DS_Store
|
|
|
|
*.a
|
2016-08-10 23:41:26 +00:00
|
|
|
*.app
|
2018-03-10 17:19:13 +00:00
|
|
|
*.d
|
2016-08-10 23:41:26 +00:00
|
|
|
*.dll
|
2018-03-10 17:19:13 +00:00
|
|
|
*.dylib
|
|
|
|
*.exe
|
|
|
|
*.gch
|
2016-08-10 23:41:26 +00:00
|
|
|
*.la
|
2018-03-10 17:19:13 +00:00
|
|
|
*.lai
|
2016-08-10 23:41:26 +00:00
|
|
|
*.lib
|
2018-03-10 17:19:13 +00:00
|
|
|
*.lo
|
|
|
|
*.log
|
|
|
|
*.new
|
2016-08-08 03:39:02 +00:00
|
|
|
*.o
|
2016-08-10 23:41:26 +00:00
|
|
|
*.obj
|
2018-03-10 17:19:13 +00:00
|
|
|
*.orig
|
2018-04-17 22:11:04 +00:00
|
|
|
!tests/*.out
|
2018-03-10 17:19:13 +00:00
|
|
|
*.out
|
2016-08-10 23:41:26 +00:00
|
|
|
*.pch
|
2018-03-10 17:19:13 +00:00
|
|
|
*.slo
|
|
|
|
*.so
|
2015-01-04 21:46:03 +00:00
|
|
|
*.xccheckout
|
2018-03-10 17:19:13 +00:00
|
|
|
*bak
|
2016-08-08 03:39:02 +00:00
|
|
|
*~
|
2016-08-10 23:41:26 +00:00
|
|
|
*~HEAD
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
2018-03-10 17:19:13 +00:00
|
|
|
.Trash-*
|
2016-08-10 23:41:26 +00:00
|
|
|
._*
|
2018-03-10 17:19:13 +00:00
|
|
|
Desktop.ini
|
2016-08-10 23:41:26 +00:00
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
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/
|
|
|
|
/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
|
|
|
|
/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
|
2020-03-22 00:48:01 +00:00
|
|
|
__pycache__
|
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
|
2016-08-10 23:41:26 +00:00
|
|
|
/share/pkgconfig
|
2018-03-10 17:19:13 +00:00
|
|
|
/tests/*.tmp.*
|
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
|
|
|
|
*.moved-aside
|
|
|
|
*.xccheckout
|
|
|
|
*.xcscmblueprin
|
2018-01-08 09:39:45 +00:00
|
|
|
.vscode
|
2018-03-10 17:19:13 +00:00
|
|
|
/DerivedData/
|
|
|
|
/build/
|
|
|
|
/tags
|
|
|
|
xcuserdata/
|
2016-08-10 23:41:26 +00:00
|
|
|
|
2023-01-14 22:56:24 +00:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
debug/
|
|
|
|
target/
|
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
|
|
|
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
|
|
*.pdb
|
|
|
|
|
2023-03-05 12:14:54 +00:00
|
|
|
# Generated by clangd
|
|
|
|
/.cache
|