From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDqtK-0000Ms-0s for qemu-devel@nongnu.org; Mon, 05 Dec 2016 05:53:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDqtG-0006Wy-V8 for qemu-devel@nongnu.org; Mon, 05 Dec 2016 05:53:02 -0500 Received: from prv3-mh.provo.novell.com ([137.65.250.26]:51210) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cDqtG-0006Wc-Oo for qemu-devel@nongnu.org; Mon, 05 Dec 2016 05:52:58 -0500 From: Lin Ma Date: Mon, 5 Dec 2016 18:52:41 +0800 Message-Id: <20161205105241.8585-1-lma@suse.com> Subject: [Qemu-devel] [PATCH] tests: Ignore test-char binary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcandre.lureau@redhat.com Commit ea3af47d added test for chardev unit tests, but didn't add the name of generated binary in .gitignore. Signed-off-by: Lin Ma --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index c0d7857..99f2aac 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -82,5 +82,6 @@ test-xbzrle test-netfilter test-filter-mirror test-filter-redirector +test-char *-test qapi-schema/*.test.* -- 2.9.2