[coreboot] New patch to review for coreboot: 8bb8a42 add a few entries to .gitignore

David Hendricks (dhendrix@chromium.org) gerrit at coreboot.org
Thu Jan 10 20:33:02 CET 2013


David Hendricks (dhendrix at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2128

-gerrit

commit 8bb8a425d11ebf64a11697aec35314997f6bf51a
Author: David Hendricks <dhendrix at chromium.org>
Date:   Thu Jan 10 11:32:31 2013 -0800

    add a few entries to .gitignore
    
    - Development friendly files (tags, clang_complete)
    - Cross-compile stuff (xgcc, tarballs)
    
    This patch was originally written by Stefan.
    
    Change-Id: I4229414c94ee04a4f38a748369c4ac90fda57aea
    Signed-off-by: David Hendricks <dhendrix at chromium.org>
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 259dac9..e57e32f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ util/crossgcc/Python-*/
 util/crossgcc/tarballs/
 util/crossgcc/w32api-*/
 util/crossgcc/xgcc/
+
 *.\#
 *.bin
 *.debug
@@ -36,6 +37,14 @@ util/crossgcc/xgcc/
 *.out
 *.swp
 
+# Development friendly files
+tags
+.clang_complete
+
+# Cross-compile toolkits
+xgcc/
+tarballs/
+
 #
 # KDE editors create lots of backup files whenever
 # a file is edited, so just ignore them



More information about the coreboot mailing list