https://github.com/git/git
Raw File
Tip revision: 73876f4861cd3d187a4682290ab75c9dccadbc56 authored by Junio C Hamano on 12 March 2023, 21:34:41 UTC
Git 2.40
Tip revision: 73876f4
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