https://github.com/git/git
Raw File
Tip revision: 9bcd7a8ecac1c9196bc927647bd06c38ec1feabe authored by Johannes Schindelin on 17 March 2022, 09:57:38 UTC
Git 2.32.1
Tip revision: 9bcd7a8
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