From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwwh3-0006FB-QQ for qemu-devel@nongnu.org; Thu, 12 Nov 2015 13:33:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwwgz-0005MA-OJ for qemu-devel@nongnu.org; Thu, 12 Nov 2015 13:33:57 -0500 Received: from resqmta-po-01v.sys.comcast.net ([2001:558:fe16:19:96:114:154:160]:51001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwwgz-0005Ll-K6 for qemu-devel@nongnu.org; Thu, 12 Nov 2015 13:33:53 -0500 From: Eric Blake Date: Thu, 12 Nov 2015 11:33:48 -0700 Message-Id: <1447353228-30550-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH] tests: Ignore test-blockjob-txn List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, stefanha@redhat.com Commit 6c6f312d added a new test, but did not mark it for exclusion in .gitignore. Signed-off-by: Eric Blake --- Yeah, I know this affects only non-VPATH builds, which we don't recommend, but we might as well be consistent. tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index e96f569..de5e793 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -9,6 +9,7 @@ check-qom-proplist rcutorture test-aio test-bitops +test-blockjob-txn test-coroutine test-crypto-cipher test-crypto-hash -- 2.4.3