From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxJay-0008Ed-TK for qemu-devel@nongnu.org; Fri, 13 Nov 2015 14:01:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxJau-0002Xq-PK for qemu-devel@nongnu.org; Fri, 13 Nov 2015 14:01:12 -0500 References: <1447386423-13160-1-git-send-email-eblake@redhat.com> From: John Snow Message-ID: <5646336E.5020109@redhat.com> Date: Fri, 13 Nov 2015 14:01:02 -0500 MIME-Version: 1.0 In-Reply-To: <1447386423-13160-1-git-send-email-eblake@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.5 v2] tests: Ignore recent test binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, berto@igalia.com, stefanha@redhat.com On 11/12/2015 10:47 PM, Eric Blake wrote: > 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 > --- > > v2: retitle; also ignore test-timed-average > > 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 > Reviewed-by: John Snow