https://github.com/git/git
Raw File
Tip revision: 1f65dd6ae635f77c588ac432cad1a299723d00d6 authored by Junio C Hamano on 13 April 2022, 22:21:28 UTC
Git 2.33.3
Tip revision: 1f65dd6
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