瀏覽代碼

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.
propersquid 9 年之前
父節點
當前提交
cbe292daea
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Global/Tags.gitignore

+ 2 - 0
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