diff mbox

Add vapic.bin to .gitignore

Message ID 4C2C0C04.40305@jp.fujitsu.com
State New
Headers show

Commit Message

Hidetoshi Seto July 1, 2010, 3:31 a.m. UTC
# This patch is for qemu-kvm.git

The vapic.bin is a generated binary file.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Marcelo Tosatti July 1, 2010, 3:53 p.m. UTC | #1
On Thu, Jul 01, 2010 at 12:31:16PM +0900, Hidetoshi Seto wrote:
> # This patch is for qemu-kvm.git
> 
> The vapic.bin is a generated binary file.
> 
> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
> ---
>  .gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Applied, thanks.
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index ddc248b..26eba20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,4 +53,5 @@  pc-bios/optionrom/linuxboot.bin
 pc-bios/optionrom/multiboot.bin
 pc-bios/optionrom/multiboot.raw
 pc-bios/optionrom/extboot.bin
+pc-bios/optionrom/vapic.bin
 .stgit-*