diff mbox

[3/3] .gitignore update

Message ID 1330043806-31899-4-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Commit Message

David Gibson Feb. 24, 2012, 12:36 a.m. UTC
This adds a few previously missing generated files to .gitignore: the
qemu-bridge-helper binary, and the linuxboot and multiboot images from
pc-bios/optionrom.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 .gitignore                   |    1 +
 pc-bios/optionrom/.gitignore |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 pc-bios/optionrom/.gitignore
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index c72955a..f74e95b 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
diff --git a/pc-bios/optionrom/.gitignore b/pc-bios/optionrom/.gitignore
new file mode 100644
index 0000000..c97a411
--- /dev/null
+++ b/pc-bios/optionrom/.gitignore
@@ -0,0 +1,3 @@ 
+linuxboot.img
+linuxboot.raw
+multiboot.img