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 2017-09-26 12:51:13 +02:00 committed by Andrzej Kurek
parent badc52993f
commit cd95756251

12
.gitignore vendored
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