diff --git a/git/gitignore b/git/gitignore index e807a85..ee81ac2 100644 --- a/git/gitignore +++ b/git/gitignore @@ -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 # ----------------------------------------------------------------------------------------------