diff options
| author | Eric Blake <eblake@redhat.com> | 2017-09-26 10:14:21 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-09-29 10:56:56 +0200 |
| commit | cff3e8b8d65abf3ac8be50de2020b92b54df0547 (patch) | |
| tree | a81b5dffd0a3126ec93c3ee71faa76c496b6ce8f | |
| parent | ab161529261928ae7f3556e3220829c34b2686ec (diff) | |
| download | focaccia-qemu-cff3e8b8d65abf3ac8be50de2020b92b54df0547.tar.gz focaccia-qemu-cff3e8b8d65abf3ac8be50de2020b92b54df0547.zip | |
scsi: Ignore executable for in-tree builds
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>
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 40acfcb9e2..3a7e01dc6a 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 |