From cbe292daea4fb21d2fe0373d912df865a9bbf4af Mon Sep 17 00:00:00 2001 From: propersquid Date: Mon, 14 Sep 2015 08:31:00 -0700 Subject: [PATCH] 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. --- Global/Tags.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index 45922ec1..c0318165 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,7 +1,9 @@ # Ignore tags created by etags, ctags, gtags (GNU global) and cscope TAGS +.TAGS !TAGS/ tags +.tags !tags/ gtags.files GTAGS