From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmZ9A-00030S-FB for qemu-devel@nongnu.org; Wed, 21 Sep 2016 00:28:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmZ99-0002dF-K9 for qemu-devel@nongnu.org; Wed, 21 Sep 2016 00:28:36 -0400 From: Fam Zheng Date: Wed, 21 Sep 2016 12:27:26 +0800 Message-Id: <1474432046-325-14-git-send-email-famz@redhat.com> In-Reply-To: <1474432046-325-1-git-send-email-famz@redhat.com> References: <1474432046-325-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v9 13/13] tests: Ignore test-uuid List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-block@nongnu.org, sw@weilnetz.de, jcody@redhat.com, mdroth@linux.vnet.ibm.com, armbru@redhat.com, pbonzini@redhat.com, mreitz@redhat.com, eblake@redhat.com, rth@twiddle.net 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