Signed-off-by: Jan Kiszka <[EMAIL PROTECTED]>
diff --git a/.gitignore b/.gitignore index fee15ed..7422760 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ user/kvmctl qemu/dyngen qemu/x86_64-softmmu qemu/qemu-img +qemu/qemu-nbd *.ko *.mod.c kernel/kvm_main.c @@ -49,12 +50,13 @@ kernel/lapic.[ch] kernel/mmu.h kernel/modules.order kernel/tss.h -kernel/x86.c +kernel/x86.[ch] kernel/coalesced_mmio.c kernel/coalesced_mmio.h +kernel/kvm_cache_regs.h qemu/pc-bios/extboot.bin qemu/qemu-doc.html -qemu/*.1 +qemu/*.[18] qemu/*.pod qemu/qemu-tech.html user/kvmtrace -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
