Ignoring just "tags" is too generic
My application had a folder named "tags" as part of its business rules and because of this it got ignored. I believe upadting this section according to the very link in the comment above should fix it. (not ignoring `tags/` folder).
This commit is contained in:
parent
376992f143
commit
ba5cf1b78c
@ -17,9 +17,19 @@ Desktop.ini
|
|||||||
|
|
||||||
# Tags taken from: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
|
# Tags taken from: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
|
||||||
# ----------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------
|
||||||
# Ignore tags created by etags and ctags
|
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
|
||||||
TAGS
|
TAGS
|
||||||
|
!TAGS/
|
||||||
tags
|
tags
|
||||||
|
!tags/
|
||||||
|
gtags.files
|
||||||
|
GTAGS
|
||||||
|
GRTAGS
|
||||||
|
GPATH
|
||||||
|
cscope.files
|
||||||
|
cscope.out
|
||||||
|
cscope.in.out
|
||||||
|
cscope.po.out
|
||||||
|
|
||||||
# Vim taken from: https://github.com/github/gitignore/blob/master/Global/vim.gitignore
|
# Vim taken from: https://github.com/github/gitignore/blob/master/Global/vim.gitignore
|
||||||
# ----------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user