mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 19:53:36 +08:00
73282c9c4d
When switching between fish3 and fish2 for development, the muparser directory is always left over and doesn't represent anything that concerns fish2.
102 lines
1.5 KiB
Plaintext
102 lines
1.5 KiB
Plaintext
# Note that some of the patterns below should be in an individual's
|
|
# ~/.config/git/ignore file. For example, ".DS_Store" from people working on
|
|
# MacOS.
|
|
|
|
# File extensions that should never be checked in regardless of which project
|
|
# directory they reside in.
|
|
*.exe
|
|
*.app
|
|
*.out
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
*.o
|
|
*.obj
|
|
*.lo
|
|
*.slo
|
|
*.d
|
|
*.gch
|
|
*.pch
|
|
*.xccheckout
|
|
*~
|
|
*~HEAD
|
|
*bak
|
|
*.new
|
|
*.orig
|
|
*.log
|
|
.Trash-*
|
|
*.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
|
|
# These file names can appear anywhere in the hierarchy. They tend to be OS
|
|
# or build system artifacts.
|
|
autom4te.cache
|
|
aclocal.m4
|
|
Makefile
|
|
config.h
|
|
config.cache
|
|
config.h.in
|
|
config.status
|
|
configure
|
|
messages.pot
|
|
.directory
|
|
.fuse_hidden*
|
|
|
|
|
|
# Directories that only contain transitory files from building and testing.
|
|
/doc/
|
|
/obj/
|
|
/share/man/
|
|
/share/doc/
|
|
/test/
|
|
/user_doc/
|
|
|
|
# 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
|
|
/doc.h
|
|
/fish
|
|
/fish.pc
|
|
/fish_indent
|
|
/fish_key_reader
|
|
/fish_tests
|
|
/lexicon.txt
|
|
/lexicon_filter
|
|
/toc.txt
|
|
/version
|
|
|
|
# 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.*
|
|
/share/pkgconfig
|
|
|
|
# xcode
|
|
## Build generated
|
|
build/
|
|
DerivedData/
|
|
xcuserdata/
|
|
*.moved-aside
|
|
*.xccheckout
|
|
*.xcscmblueprin
|
|
|
|
# This is left over when building fish 3
|
|
muparser-*/
|