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>
This commit is contained in:
parent
468e17b392
commit
0524e4b53e
|
@ -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
|
||||
*.debug
|
||||
*.out
|
||||
util/crossgcc/xgcc/
|
||||
*.\#
|
||||
*.swp
|
||||
*.bin
|
||||
*.debug
|
||||
*.elf
|
||||
*.o
|
||||
*.out
|
||||
*.swp
|
||||
|
||||
#
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue