1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 20:38:31 +02:00

Merge pull request #202 from excepttheweasel/patch-1

don't match directories called tags or TAGS
This commit is contained in:
Paul Betts 2012-03-19 11:45:57 -07:00
commit 6f53eb325b

View file

@ -1,3 +1,5 @@
# Ignore tags created by etags and ctags
TAGS
!TAGS/
tags
!tags/