diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-20 09:09:14 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-23 08:10:18 +0200 |
commit | 2fb6eeace5fd2b693b3f26a7e20e046236a4b5cd (patch) | |
tree | e87a71a0fbbd09c39cfc6ed80459f49fd1e4f2bf | |
parent | ff69fd8cbfb6c9c9a6052aa714c661f7cdc4eeea (diff) | |
download | qemu-2fb6eeace5fd2b693b3f26a7e20e046236a4b5cd.zip qemu-2fb6eeace5fd2b693b3f26a7e20e046236a4b5cd.tar.gz qemu-2fb6eeace5fd2b693b3f26a7e20e046236a4b5cd.tar.bz2 |
ui: add qemu-keymap and shader to .gitignore
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20171020070914.7785-1-kraxel@redhat.com
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |