| Submitter | David Gibson |
|---|---|
| Date | March 19, 2012, 4:58 a.m. |
| Message ID | <1332133125-7832-1-git-send-email-david@gibson.dropbear.id.au> |
| Download | mbox | patch |
| Permalink | /patch/147466/ |
| State | New |
| Headers | show |
Comments
On Mon, Mar 19, 2012 at 03:58:45PM +1100, David Gibson wrote: > 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 <david@gibson.dropbear.id.au> > --- > .gitignore | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan
Patch
diff --git a/.gitignore b/.gitignore index 81b1510..9859c7d 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
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 <david@gibson.dropbear.id.au> --- .gitignore | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)