Ignore some generated and developer files

Ignore doxygen-generated documentation.

Ignore ctags/etags/global files and gdb configuration file.
This commit is contained in:
Gilles Peskine
2018-01-22 07:51:23 -05:00
committed by Andrzej Kurek
parent badc52993f
commit cd95756251
+12
View File
@@ -23,3 +23,15 @@ massif-*
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
*.dir/
# Generated documentation
/apidoc
# Common developer files
/GPATH
/GSYMS
/GRTAGS
/GTAGS
/TAGS
/tags
.gdbinit