From: Stefano Garzarella Date: Thu, 14 Mar 2019 10:46:22 +0000 (+0100) Subject: tests/.gitignore: ignore test-qapi-emit-events.[ch] for in-tree builds X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a0af8cee3c;p=qemu.git tests/.gitignore: ignore test-qapi-emit-events.[ch] for in-tree builds Commit 5d75648b56e generates 'tests/test-qapi-emit-events.[ch]' but did not ignore them for in-tree builds. Signed-off-by: Stefano Garzarella Reviewed-by: Eric Blake Message-Id: <20190314104622.101715-3-sgarzare@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/tests/.gitignore b/tests/.gitignore index c88f8f2537..f9c0170881 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -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]