[Qemu-devel] [PULL 1/6] scsi: Ignore executable for in-tree builds

Paolo Bonzini posted 6 patches 8 years, 4 months ago
[Qemu-devel] [PULL 1/6] scsi: Ignore executable for in-tree builds
Posted by Paolo Bonzini 8 years, 4 months ago
From: Eric Blake <eblake@redhat.com>

The new qemu-pr-helper (commit b855f8d17) should not be checked in,
even when doing in-tree builds.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20170926151421.14557-1-eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 40acfcb..3a7e01d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,7 @@
 /qemu-version.h
 /qemu-version.h.tmp
 /module_block.h
+/scsi/qemu-pr-helper
 /vscclient
 /vhost-user-scsi
 /fsdev/virtfs-proxy-helper
-- 
1.8.3.1