diff options
author | Eric Blake | 2015-10-20 21:41:33 +0200 |
---|---|---|
committer | Michael Tokarev | 2015-11-06 13:42:38 +0100 |
commit | 3cd01b6ed8a1ae472f09cbcc47b7cba4d732f94c (patch) | |
tree | 2474b5e6635476f9b114ab856125d70fd83277a6 | |
parent | fix bad indentation in pcie_cap_slot_write_config() (diff) | |
download | qemu-3cd01b6ed8a1ae472f09cbcc47b7cba4d732f94c.tar.gz qemu-3cd01b6ed8a1ae472f09cbcc47b7cba4d732f94c.tar.xz 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 |