Commit 62c39b30 added a new test, but did not mark it for exclusion in .gitignore.
Signed-off-by: Eric Blake <ebl...@redhat.com> --- Yes, I know this only affects people doing in-tree builds, and that VPATH is recommended these days. But until we actually require VPATH, we might as well keep things clean. tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 65496aa..e96f569 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -30,6 +30,7 @@ test-qapi-types.[ch] test-qapi-visit.[ch] test-qdev-global-props test-qemu-opts +test-qga test-qmp-commands test-qmp-commands.h test-qmp-event -- 2.4.3