diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2015-05-13 23:54:31 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2015-05-13 23:54:31 -0300 |
commit | c41ef699bc2d0054a71ba93c22004203b2c6a8ea (patch) | |
tree | b00f4fa68a1707067f3c250c9322e9c55a5e7d1d /.gitignore | |
parent | 40c0e1993aa28f580b9bf597abc8902b5d5c1e93 (diff) |
Ignore etags, ctags, gtags and cscope.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07af81a6c8..2b3dd45c6c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |