https://github.com/git/git
Raw File
Tip revision: ed4404af3c936d87ac2c6ff12cc3da495511bec9 authored by Johannes Schindelin on 06 February 2023, 08:25:58 UTC
Git 2.33.7
Tip revision: ed4404a
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