[Qemu-devel] [PATCH] ui: add qemu-keymap and shader to .gitignore

Gerd Hoffmann posted 1 patch 8 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171020070914.7785-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
.gitignore | 2 ++
1 file changed, 2 insertions(+)
[Qemu-devel] [PATCH] ui: add qemu-keymap and shader to .gitignore
Posted by Gerd Hoffmann 8 years ago
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 620eec6b47..588769b250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
 /trace/generated-tcg-tracers.h
 /ui/shader/texture-blit-frag.h
 /ui/shader/texture-blit-vert.h
+/ui/shader/texture-blit-flip-vert.h
 /ui/input-keymap-*.c
 *-timestamp
 /*-softmmu
@@ -45,6 +46,7 @@
 /qemu-io
 /qemu-ga
 /qemu-bridge-helper
+/qemu-keymap
 /qemu-monitor.texi
 /qemu-monitor-info.texi
 /qemu-version.h
-- 
2.9.3


Re: [Qemu-devel] [PATCH] ui: add qemu-keymap and shader to .gitignore
Posted by Eric Blake 8 years ago
On 10/20/2017 02:09 AM, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  .gitignore | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/.gitignore b/.gitignore
> index 620eec6b47..588769b250 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -14,6 +14,7 @@
>  /trace/generated-tcg-tracers.h
>  /ui/shader/texture-blit-frag.h
>  /ui/shader/texture-blit-vert.h
> +/ui/shader/texture-blit-flip-vert.h
>  /ui/input-keymap-*.c
>  *-timestamp
>  /*-softmmu
> @@ -45,6 +46,7 @@
>  /qemu-io
>  /qemu-ga
>  /qemu-bridge-helper
> +/qemu-keymap
>  /qemu-monitor.texi
>  /qemu-monitor-info.texi
>  /qemu-version.h
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org