]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/.gitignore: ignore test-qapi-emit-events.[ch] for in-tree builds
authorStefano Garzarella <sgarzare@redhat.com>
Thu, 14 Mar 2019 10:46:22 +0000 (11:46 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 14 Mar 2019 15:02:13 +0000 (16:02 +0100)
Commit 5d75648b56e generates 'tests/test-qapi-emit-events.[ch]' but
did not ignore them for in-tree builds.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190314104622.101715-3-sgarzare@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
tests/.gitignore

index c88f8f2537c2731da9e6096b3d6ee3a389269b71..f9c017088126761ab3ca9312cb2b3dec4e80bba2 100644 (file)
@@ -14,6 +14,7 @@ test-*
 test-qapi-commands.[ch]
 include/test-qapi-commands-sub-module.[ch]
 test-qapi-commands-sub-sub-module.[ch]
+test-qapi-emit-events.[ch]
 test-qapi-events.[ch]
 include/test-qapi-events-sub-module.[ch]
 test-qapi-events-sub-sub-module.[ch]