소스 검색

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
 # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
 TAGS
 TAGS
+.TAGS
 !TAGS/
 !TAGS/
 tags
 tags
+.tags
 !tags/
 !tags/
 gtags.files
 gtags.files
 GTAGS
 GTAGS