From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmaWJ-0007gh-2H for qemu-devel@nongnu.org; Wed, 21 Sep 2016 01:56:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmaWI-0000SB-B4 for qemu-devel@nongnu.org; Wed, 21 Sep 2016 01:56:35 -0400 Date: Wed, 21 Sep 2016 01:56:24 -0400 From: Jeff Cody Message-ID: <20160921055624.GB16139@localhost.localdomain> References: <1474432046-325-1-git-send-email-famz@redhat.com> <1474432046-325-14-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474432046-325-14-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v9 13/13] tests: Ignore test-uuid List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, kwolf@redhat.com, qemu-block@nongnu.org, sw@weilnetz.de, mdroth@linux.vnet.ibm.com, armbru@redhat.com, pbonzini@redhat.com, mreitz@redhat.com, rth@twiddle.net On Wed, Sep 21, 2016 at 12:27:26PM +0800, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/.gitignore b/tests/.gitignore > index b4a9cfc..24ac6cf 100644 > --- a/tests/.gitignore > +++ b/tests/.gitignore > @@ -70,6 +70,7 @@ test-string-output-visitor > test-thread-pool > test-throttle > test-timed-average > +test-uuid > test-visitor-serialization > test-vmstate > test-write-threshold > -- > 2.7.4 > > Reviewed-by: Jeff Cody