qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 3/3] .gitignore update


From: David Gibson
Subject: [Qemu-devel] [PATCH 3/3] .gitignore update
Date: Fri, 24 Feb 2012 11:36:46 +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 |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 pc-bios/optionrom/.gitignore

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
-- 
1.7.9




reply via email to

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