]> source.dussan.org Git - gitignore.git/commitdiff
Update Tags.gitignore 1659/head
authorpropersquid <gdragonmtn@gmail.com>
Mon, 14 Sep 2015 15:31:00 +0000 (08:31 -0700)
committerpropersquid <gdragonmtn@gmail.com>
Mon, 14 Sep 2015 15:31:00 +0000 (08:31 -0700)
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.

Global/Tags.gitignore

index 45922ec1cb00ff6c96f20fa67ca5fa83a9da8359..c0318165a2790cedcc8a27765b3e8bc2f586006c 100644 (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