diff options
author | Stefan Tauner <stefan.tauner@gmx.at> | 2012-10-26 23:35:34 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-10-27 02:32:49 +0200 |
commit | 0524e4b53e91596340f6c9ecfb893b19d6118a64 (patch) | |
tree | 7317f7477b4b3fde5923765c2ffa1b0599d71fed | |
parent | 468e17b3929bf025767b9aa3d7933674bc68a67b (diff) |
Reorder entries in .gitignore
Change-Id: I7fcf190ef92b06b857d8b85c3d27da9cdee071b1
Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
Reviewed-on: http://review.coreboot.org/1633
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
-rw-r--r-- | .gitignore | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 8a0982a1f1..9bd71085ad 100644 --- a/.gitignore +++ b/.gitignore @@ -5,16 +5,13 @@ build/ coreboot-builds/ payloads/external/FILO/filo/ payloads/external/SeaBIOS/seabios/ -util/crossgcc/tarballs/ -util/crossgcc/xgcc/ -util/crossgcc/Python-*/ 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-expat/ util/crossgcc/build-libelf/ util/crossgcc/build-mpc/ util/crossgcc/build-mpfr/ @@ -27,14 +24,17 @@ util/crossgcc/libelf-*/ util/crossgcc/mingwrt-*/ util/crossgcc/mpc-*/ util/crossgcc/mpfr-*/ +util/crossgcc/Python-*/ +util/crossgcc/tarballs/ util/crossgcc/w32api-*/ -*.o -*.elf +util/crossgcc/xgcc/ +*.\# +*.bin *.debug +*.elf +*.o *.out -*.\# *.swp -*.bin # # KDE editors create lots of backup files whenever @@ -62,11 +62,11 @@ util/msrtool/msrtool util/nrv2b/nrv2b util/nvramtool/.dependencies util/nvramtool/nvramtool -util/superiotool/superiotool util/optionlist/Options.wiki util/romcc/romcc -util/romcc/tests/*.S-O2-mmmx util/romcc/tests/fail_test*.S +util/romcc/tests/*.S-O2-mmmx +util/superiotool/superiotool util/vgabios/testbios documentation/*.aux |