From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyeGp-0004he-P2 for qemu-devel@nongnu.org; Tue, 17 Nov 2015 06:17:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyeGk-0003Qz-QS for qemu-devel@nongnu.org; Tue, 17 Nov 2015 06:17:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyeGk-0003Qu-LF for qemu-devel@nongnu.org; Tue, 17 Nov 2015 06:17:50 -0500 From: Stefan Hajnoczi Date: Tue, 17 Nov 2015 19:17:23 +0800 Message-Id: <1447759048-25772-3-git-send-email-stefanha@redhat.com> In-Reply-To: <1447759048-25772-1-git-send-email-stefanha@redhat.com> References: <1447759048-25772-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-2.5 2/7] tests: Ignore recent test binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi From: Eric Blake Commits 6c6f312d and bd797fc1 added new tests (test-blockjob-txn and test-timed-average, respectively), but did not mark them for exclusion in .gitignore. Signed-off-by: Eric Blake Reviewed-by: John Snow Message-id: 1447386423-13160-1-git-send-email-eblake@redhat.com Signed-off-by: Stefan Hajnoczi --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index e96f569..1e55722 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 @@ -45,6 +46,7 @@ test-string-input-visitor test-string-output-visitor test-thread-pool test-throttle +test-timed-average test-visitor-serialization test-vmstate test-write-threshold -- 2.5.0