Browse Source

Update Tags.gitignore

Updated the tags ignore to include the .tags file. The main reason behind this is because Atom's symbols-view (https://atom.io/packages/symbols-view) supports tags/.tags/TAGS/.TAGS. Therefore, I thought it was a good idea to add the .tags/.TAGS to the ignore list.
pull/1659/head
propersquid 8 years ago
parent
commit
cbe292daea
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Global/Tags.gitignore

+ 2
- 0
Global/Tags.gitignore View File

@@ -1,7 +1,9 @@
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS

Loading…
Cancel
Save