diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2013-12-09 14:11:04 +0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-12-09 11:13:53 +0100 |
commit | 19803e7cb04b6b411f3c8e58c69cbf12c7fc07b9 (patch) | |
tree | 2f053533cef01e26c090d2749324b660643c5082 | |
parent | 7afd2bbf84635519ded76b49ab5779be5ad439dc (diff) |
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 <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/4513
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
-rw-r--r-- | .gitignore | 18 |
1 files 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-*/ |