commit | cd95756251bafa970036354167bd00b476907d27 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Sep 26 12:51:13 2017 +0200 |
committer | Andrzej Kurek <andrzej.kurek@mobica.com> | Mon Jan 22 07:51:23 2018 -0500 |
tree | 41f89fca8a946db01a22e8ba359a706f34d9819b | |
parent | badc52993fde7f3b5380fc8fd16e99203236171f [diff] |
Ignore some generated and developer files Ignore doxygen-generated documentation. Ignore ctags/etags/global files and gdb configuration file.
diff --git a/.gitignore b/.gitignore index fee2a31..1142e03 100644 --- a/.gitignore +++ b/.gitignore
@@ -23,3 +23,15 @@ # 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