Skip to content

Instantly share code, notes, and snippets.

@sprajagopal
Created October 12, 2017 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sprajagopal/be820e76c2354a978e2e322db29a6ca4 to your computer and use it in GitHub Desktop.
Save sprajagopal/be820e76c2354a978e2e322db29a6ca4 to your computer and use it in GitHub Desktop.
.git/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]
# *~
*
!*.xc
!*.h
!*.c
!*.S
!*.s
!*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment