From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW4M2-0004UE-4I for qemu-devel@nongnu.org; Tue, 15 Oct 2013 09:08:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW4Lu-0006rV-Qn for qemu-devel@nongnu.org; Tue, 15 Oct 2013 09:08:06 -0400 From: Laszlo Ersek Date: Tue, 15 Oct 2013 15:10:35 +0200 Message-Id: <1381842635-21699-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH] move test-* from .gitignore to tests/.gitignore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Also sort the test-* entries in the latter. Signed-off-by: Laszlo Ersek --- .gitignore | 9 --------- tests/.gitignore | 11 +++++++++-- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 8e1b73f..7f4c106 100644 --- a/.gitignore +++ b/.gitignore @@ -45,15 +45,6 @@ qemu-bridge-helper qemu-monitor.texi vscclient QMP/qmp-commands.txt -test-bitops -test-coroutine -test-int128 -test-opts-visitor -test-qmp-input-visitor -test-qmp-output-visitor -test-string-input-visitor -test-string-output-visitor -test-visitor-serialization fsdev/virtfs-proxy-helper fsdev/virtfs-proxy-helper.1 fsdev/virtfs-proxy-helper.pod diff --git a/tests/.gitignore b/tests/.gitignore index 425757c..dbed60f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -6,20 +6,27 @@ check-qlist check-qstring 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-x86-cpuid test-xbzrle *-test -- 1.8.3.1