https://github.com/git/git
Raw File
Tip revision: 4d0b43aa765a0056c88381eea862364c95e358ca authored by Johannes Schindelin on 17 March 2022, 09:57:52 UTC
Git 2.34.2
Tip revision: 4d0b43a
info--exclude
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
back to top