From 19803e7cb04b6b411f3c8e58c69cbf12c7fc07b9 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Mon, 9 Dec 2013 14:11:04 +0800 Subject: gitignore: ignore the crossgcc/build-{arch}-{archive} The architecture information has been added to the folders to build archives for crossgcc. We need to change the .gitignore to keep ignoring them. Change-Id: Ic18685e507f1b09088120eee6047d49141e29906 Signed-off-by: Zheng Bao Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/4513 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- .gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 1fe961b688..0ad15eff2a 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-*/ -- cgit v1.2.3