[coreboot-gerrit] New patch to review for coreboot: 89950ce gitignore: ignore the build-{arch}-{archive}

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Mon Dec 9 07:28:01 CET 2013


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4513

-gerrit

commit 89950cece7bfd342e3e629abed6855073bdddd99
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Mon Dec 9 14:05:31 2013 +0800

    gitignore: ignore the build-{arch}-{archive}
    
    The architecture information has been added to the folders to
    build archives. We need to change the .gitignore to ignore them.
    
    Change-Id: Ic18685e507f1b09088120eee6047d49141e29906
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 .gitignore | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1fe961b..0ad15ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,15 +8,15 @@ payloads/external/GRUB2/grub2/
 payloads/external/SeaBIOS/seabios/
 util/crossgcc/acpica-unix-*/
 util/crossgcc/binutils-*/
-util/crossgcc/build-binutils/
-util/crossgcc/build-expat/
-util/crossgcc/build-gcc/
-util/crossgcc/build-gdb/
-util/crossgcc/build-gmp/
-util/crossgcc/build-libelf/
-util/crossgcc/build-mpc/
-util/crossgcc/build-mpfr/
-util/crossgcc/build-python/
+util/crossgcc/build-*binutils/
+util/crossgcc/build-*expat/
+util/crossgcc/build-*gcc/
+util/crossgcc/build-*gdb/
+util/crossgcc/build-*gmp/
+util/crossgcc/build-*libelf/
+util/crossgcc/build-*mpc/
+util/crossgcc/build-*mpfr/
+util/crossgcc/build-*python/
 util/crossgcc/expat-*/
 util/crossgcc/gcc-*/
 util/crossgcc/gdb-*/



More information about the coreboot-gerrit mailing list