From 296b14491aaaeb7082f8447f6650bfb22c58965b Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Fri, 11 Apr 2014 18:23:01 -0400 Subject: move test-* from .gitignore to tests/.gitignore Also sort the test-* entries in the latter. Signed-off-by: Laszlo Ersek Signed-off-by: Michael Tokarev --- tests/.gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tests/.gitignore') diff --git a/tests/.gitignore b/tests/.gitignore index 9ba9d96..3aa1e95 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 -- cgit v1.1