From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmMGU-0003Q2-SX for qemu-devel@nongnu.org; Tue, 20 Sep 2016 10:43:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmMGP-0002us-R6 for qemu-devel@nongnu.org; Tue, 20 Sep 2016 10:43:18 -0400 From: Eric Blake Date: Tue, 20 Sep 2016 09:43:01 -0500 Message-Id: <1474382581-12766-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH] tests: Ignore test executables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, berto@igalia.com, rth@twiddle.net Commits 9ef8112a and efad6682 introduced new tests, but forgot to ignore the built executables from an in-tree build. Signed-off-by: Eric Blake --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index b4a9cfc..bb25b7e 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -12,7 +12,9 @@ rcutorture test-aio test-base64 test-bitops +test-blockjob test-blockjob-txn +test-bufferiszero test-clone-visitor test-coroutine test-crypto-afsplit -- 2.7.4