qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/2] .gitignore update


From: David Gibson
Subject: [Qemu-devel] [PATCH 1/2] .gitignore update
Date: Thu, 8 Mar 2012 12:09:40 +1100

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 <address@hidden>
---
 .gitignore                   |    1 +
 pc-bios/optionrom/.gitignore |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 pc-bios/optionrom/.gitignore

diff --git a/.gitignore b/.gitignore
index 81b1510..b290954 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..57b036c
--- /dev/null
+++ b/pc-bios/optionrom/.gitignore
@@ -0,0 +1,5 @@
+linuxboot.img
+linuxboot.raw
+multiboot.img
+kvmvapic.img
+kvmvapic.raw
-- 
1.7.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]