mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
b15aaca430
commit
499a6165be
|
@ -4,11 +4,18 @@ check-qint
|
||||||
check-qjson
|
check-qjson
|
||||||
check-qlist
|
check-qlist
|
||||||
check-qstring
|
check-qstring
|
||||||
|
test-aio
|
||||||
|
test-cutils
|
||||||
|
test-hbitmap
|
||||||
|
test-iov
|
||||||
|
test-mul64
|
||||||
test-qapi-types.[ch]
|
test-qapi-types.[ch]
|
||||||
test-qapi-visit.[ch]
|
test-qapi-visit.[ch]
|
||||||
test-qmp-commands.h
|
test-qmp-commands.h
|
||||||
test-qmp-commands
|
test-qmp-commands
|
||||||
test-qmp-input-strict
|
test-qmp-input-strict
|
||||||
test-qmp-marshal.c
|
test-qmp-marshal.c
|
||||||
|
test-thread-pool
|
||||||
test-x86-cpuid
|
test-x86-cpuid
|
||||||
|
test-xbzrle
|
||||||
*-test
|
*-test
|
||||||
|
|
Loading…
Reference in New Issue