diff options
author | Eric Blake <eblake@redhat.com> | 2015-10-20 13:41:33 -0600 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-11-06 15:42:38 +0300 |
commit | 3cd01b6ed8a1ae472f09cbcc47b7cba4d732f94c (patch) | |
tree | 2474b5e6635476f9b114ab856125d70fd83277a6 | |
parent | 6ba9fe86957c3c8febf74c2495d901ac4061a673 (diff) | |
download | qemu-3cd01b6ed8a1ae472f09cbcc47b7cba4d732f94c.zip |
tests: ignore test-qga
Commit 62c39b30 added a new test, but did not mark it for
exclusion in .gitignore.
Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 65496aa5a6..e96f569903 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 |