[coreboot] New patch to review for coreboot: cf5e777 .gitignore crossgcc ectool inteltool msrtool nvramtool and superiotool

Peter Stuge (peter@stuge.se) gerrit at coreboot.org
Wed Dec 14 07:33:01 CET 2011


Peter Stuge (peter at stuge.se) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/484

-gerrit

commit cf5e777f569fb6fe66ade00a322e877a4ef81b30
Author: Peter Stuge <peter at stuge.se>
Date:   Wed Dec 14 07:32:15 2011 +0100

    .gitignore crossgcc ectool inteltool msrtool nvramtool and superiotool
    
    Change-Id: I85b9dffbbe0c7f1ae8cc2b584196775ba2f816df
    Signed-off-by: Peter Stuge <peter at stuge.se>
---
 .gitignore |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6ea623e..98d0b81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,19 @@ payloads/external/FILO/filo/
 payloads/external/SeaBIOS/seabios/
 util/crossgcc/tarballs/
 util/crossgcc/xgcc/
+util/crossgcc/acpica-unix-*/
+util/crossgcc/binutils-*/
+util/crossgcc/build-binutils/
+util/crossgcc/build-gcc/
+util/crossgcc/build-gmp/
+util/crossgcc/build-libelf/
+util/crossgcc/build-mpc/
+util/crossgcc/build-mpfr/
+util/crossgcc/gcc-*/
+util/crossgcc/gmp-*/
+util/crossgcc/libelf-*/
+util/crossgcc/mpc-*/
+util/crossgcc/mpfr-*/
 *.o
 *.elf
 *.debug
@@ -14,3 +27,12 @@ util/crossgcc/xgcc/
 *.\#
 *.swp
 *.bin
+util/ectool/ectool
+util/inteltool/.dependencies
+util/inteltool/inteltool
+util/msrtool/Makefile
+util/msrtool/Makefile.deps
+util/msrtool/msrtool
+util/nvramtool/.dependencies
+util/nvramtool/nvramtool
+util/superiotool/superiotool




More information about the coreboot mailing list