Skip to content

Commit

Permalink
Ignoring just "tags" is too generic
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
lfilho committed Sep 23, 2014
1 parent 376992f commit ba5cf1b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion git/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@ Desktop.ini

# 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/
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
# ----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit ba5cf1b

Please sign in to comment.