[Qemu-devel] [PATCH] edid: Ignore built binary

Eric Blake posted 1 patch 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181004140522.945682-1-eblake@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
.gitignore | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PATCH] edid: Ignore built binary
Posted by Eric Blake 5 years, 6 months ago
Added in commit 72d277a7.

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

diff --git a/.gitignore b/.gitignore
index 5668d027824..64efdfd9292 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,6 +107,7 @@
 /qemu-doc.html
 /qemu-doc.info
 /qemu-doc.txt
+/qemu-edid
 /qemu-img
 /qemu-nbd
 /qemu-options.def
-- 
2.17.1


Re: [Qemu-devel] [PATCH] edid: Ignore built binary
Posted by Philippe Mathieu-Daudé 5 years, 6 months ago
On 04/10/2018 16:05, Eric Blake wrote:
> Added in commit 72d277a7.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 5668d027824..64efdfd9292 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -107,6 +107,7 @@
>  /qemu-doc.html
>  /qemu-doc.info
>  /qemu-doc.txt
> +/qemu-edid
>  /qemu-img
>  /qemu-nbd
>  /qemu-options.def
>