From cd95756251bafa970036354167bd00b476907d27 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 26 Sep 2017 12:51:13 +0200 Subject: [PATCH] Ignore some generated and developer files Ignore doxygen-generated documentation. Ignore ctags/etags/global files and gdb configuration file. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index fee2a31cd..1142e0348 100644 --- a/.gitignore +++ b/.gitignore @@ -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