diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2013-02-21 13:34:40 +1100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-02-21 10:33:54 +0100 |
commit | 499a6165bef56ce3f5297fa7b1abaab32858a34f (patch) | |
tree | 2380d3b01a9698c383f2ef6ac84906dc6bddf3db | |
parent | b15aaca4303fe009870842dd922a0128b332a2fd (diff) | |
download | qemu-499a6165bef56ce3f5297fa7b1abaab32858a34f.zip qemu-499a6165bef56ce3f5297fa7b1abaab32858a34f.tar.gz qemu-499a6165bef56ce3f5297fa7b1abaab32858a34f.tar.bz2 |
Add some missing qtest binaries to .gitignore
These binaries are generated during make check on at least some
configurations, so att them to .gitignore.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | tests/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 38c94ef..fb05c2a 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -4,11 +4,18 @@ check-qint check-qjson check-qlist check-qstring +test-aio +test-cutils +test-hbitmap +test-iov +test-mul64 test-qapi-types.[ch] test-qapi-visit.[ch] test-qmp-commands.h test-qmp-commands test-qmp-input-strict test-qmp-marshal.c +test-thread-pool test-x86-cpuid +test-xbzrle *-test |