Merge pull request #1901 from guilhermefelipecgs/add_ignore_tags
Ignore etags, ctags, gtags and cscope.
This commit is contained in:
commit
219dcaaa75
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -265,3 +265,18 @@ Desktop.ini
|
|||
$RECYCLE.BIN/
|
||||
logo.h
|
||||
*.autosave
|
||||
|
||||
# https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue