Skip to content

Commit

Permalink
.gd/info/exclude excluding .gd/** but not itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mkf committed Aug 21, 2019
0 parents commit 7a6f15e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gd/info/exclude
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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]
# *~

.gd/**
!.gd/info/
!.gd/info/exclude

0 comments on commit 7a6f15e

Please sign in to comment.