diff options
author | Laszlo Ersek <lersek@redhat.com> | 2014-04-11 18:23:01 -0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-04-27 13:04:18 +0400 |
commit | 296b14491aaaeb7082f8447f6650bfb22c58965b (patch) | |
tree | d05470a086d1112d71df4c25a8b042815a5ab703 /tests/.gitignore | |
parent | 2d2ad6d0902bb6338f7fc64e52c202439b90f7ce (diff) | |
download | qemu-296b14491aaaeb7082f8447f6650bfb22c58965b.tar.gz qemu-296b14491aaaeb7082f8447f6650bfb22c58965b.tar.bz2 qemu-296b14491aaaeb7082f8447f6650bfb22c58965b.zip |
move test-* from .gitignore to tests/.gitignore
Also sort the test-* entries in the latter.
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 9ba9d96b6b..3aa1e95618 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -7,20 +7,27 @@ check-qstring check-qom-interface test-aio test-bitops -test-throttle +test-coroutine test-cutils test-hbitmap test-int128 test-iov test-mul64 +test-opts-visitor test-qapi-types.[ch] test-qapi-visit.[ch] test-qdev-global-props -test-qmp-commands.h test-qmp-commands +test-qmp-commands.h test-qmp-input-strict +test-qmp-input-visitor test-qmp-marshal.c +test-qmp-output-visitor +test-string-input-visitor +test-string-output-visitor test-thread-pool +test-throttle +test-visitor-serialization test-vmstate test-x86-cpuid test-xbzrle |