https://github.com/git/git
Raw File
Tip revision: fcdaa211e6127eeba69a121844e08aec67da2131 authored by Taylor Blau on 30 September 2022, 21:37:57 UTC
Git 2.36.3
Tip revision: fcdaa21
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