[coreboot-gerrit] New patch to review for coreboot: 2398a1f .gitignore: add the doxygen directory.

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sun Dec 14 22:14:51 CET 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7798

-gerrit

commit 2398a1fb82f91fdcd910abbf4d0469a08db526d6
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Sun Dec 14 14:14:38 2014 -0700

    .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 at se-eng.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 203ad9a..678982d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,3 +98,5 @@ documentation/cpukconfig.tex
 documentation/mainboardkconfig.tex
 documentation/skconfig.tex
 documentation/socketfkconfig.tex
+
+doxygen/*



More information about the coreboot-gerrit mailing list