Skip to content

Commit cc32ea8

Browse files
committed
Correctly ignore ctags' .tags and tags files
1 parent 479fdc9 commit cc32ea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ sgemset
4444
.metadata
4545

4646
# CTAGS generated files
47-
.tags*
47+
.tags
48+
tags
4849

4950
.localeapp

0 commit comments

Comments
 (0)