From: David Gibson Date: Mon, 19 Mar 2012 04:58:45 +0000 (+1100) Subject: .gitignore: add qemu-bridge-helper and option rom build products X-Git-Tag: v1.1-rc0~217^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=720f9f582533b2274ee2f1dd0337feb983e2d510;p=thirdparty%2Fqemu.git .gitignore: add qemu-bridge-helper and option rom build products This adds a few previously missing generated files to .gitignore: the qemu-bridge-helper binary, and more generated versions of the linuxboot, multiboot and kvmvapic roms from pc-bios/optionrom. Signed-off-by: David Gibson Signed-off-by: Stefan Hajnoczi --- diff --git a/.gitignore b/.gitignore index 81b15102978..9859c7d746d 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ qemu-img-cmds.texi qemu-img-cmds.h qemu-io qemu-ga +qemu-bridge-helper qemu-monitor.texi QMP/qmp-commands.txt test-coroutine @@ -75,9 +76,14 @@ patches pc-bios/bios-pq/status pc-bios/vgabios-pq/status pc-bios/optionrom/linuxboot.bin +pc-bios/optionrom/linuxboot.raw +pc-bios/optionrom/linuxboot.img pc-bios/optionrom/multiboot.bin pc-bios/optionrom/multiboot.raw +pc-bios/optionrom/multiboot.img pc-bios/optionrom/kvmvapic.bin +pc-bios/optionrom/kvmvapic.raw +pc-bios/optionrom/kvmvapic.img .stgit-* cscope.* tags