summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-14 14:14:38 -0700
committerMartin Roth <gaumless@gmail.com>2014-12-14 23:30:45 +0100
commit797ead0ef78b2aebe5143503470777dd7e16b7af (patch)
tree5591c45c44198a861239a3ae5d3c5cc33d6f6b02 /.gitignore
parent6532676f9328ca3bd197b714db4f1de23544cbde (diff)
downloadcoreboot-797ead0ef78b2aebe5143503470777dd7e16b7af.tar.xz
.gitignore: add the doxygen directory.
The doxygen directory is created by running 'make doxygen' - this results in a huge number of new files that swamps graphical git tools. Since this directory is a product of a build, it should be safe to ignore. Change-Id: I871dd2a36433d4dd46b231ebc7398e85d0278f27 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7798 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 203ad9af67..678982d614 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,3 +98,5 @@ documentation/cpukconfig.tex
documentation/mainboardkconfig.tex
documentation/skconfig.tex
documentation/socketfkconfig.tex
+
+doxygen/*