diff options
author | Stefano Garzarella <sgarzare@redhat.com> | 2019-03-14 11:46:22 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-03-14 16:02:13 +0100 |
commit | a0af8cee3cf6c2fc08fee5b69820c2f91d5b0b44 (patch) | |
tree | 7534a14882a764862b6e1f7457e554315e782f4b /tests/.gitignore | |
parent | 8009fcdaa8e6fa90dd44939778f67ae762e1f4e8 (diff) |
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 <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>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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] |