From c41ef699bc2d0054a71ba93c22004203b2c6a8ea Mon Sep 17 00:00:00 2001 From: Guilherme Felipe Date: Wed, 13 May 2015 23:54:31 -0300 Subject: Ignore etags, ctags, gtags and cscope. --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3