From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmZMG-00069N-BM for qemu-devel@nongnu.org; Wed, 21 Sep 2016 00:42:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmZMD-0006HP-Pv for qemu-devel@nongnu.org; Wed, 21 Sep 2016 00:42:07 -0400 Date: Wed, 21 Sep 2016 12:42:01 +0800 From: Fam Zheng Message-ID: <20160921044201.GA28328@lemon> References: <1474382581-12766-1-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474382581-12766-1-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH] tests: Ignore test executables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, berto@igalia.com, rth@twiddle.net On Tue, 09/20 09:43, Eric Blake wrote: > 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 > > Reviewed-by: Fam Zheng