[Qemu-devel] [PATCH] scsi: Ignore executable for in-tree builds

Eric Blake posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170926151421.14557-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
.gitignore | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PATCH] scsi: Ignore executable for in-tree builds
Posted by Eric Blake 6 years, 6 months ago
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>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.13.5


Re: [Qemu-devel] [PATCH] scsi: Ignore executable for in-tree builds
Posted by Carlo Arenas 6 years, 6 months ago
Reviewed-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>

On Tue, Sep 26, 2017 at 8:14 AM, Eric Blake <eblake@redhat.com> wrote:

> 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>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> 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
> --
> 2.13.5
>
>
>