From patchwork Mon Dec 5 10:52:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lin Ma X-Patchwork-Id: 702677 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tXM7g0H4Cz9t0v for ; Mon, 5 Dec 2016 21:53:50 +1100 (AEDT) Received: from localhost ([::1]:39025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDqu3-0000e5-6v for incoming@patchwork.ozlabs.org; Mon, 05 Dec 2016 05:53:47 -0500 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 Received: from linux-xpcv.apac.novell.com (prv-ext-foundry1int.gns.novell.com [137.65.251.240]) by prv3-mh.provo.novell.com with ESMTP (NOT encrypted); Mon, 05 Dec 2016 03:52:49 -0700 From: Lin Ma To: qemu-devel@nongnu.org Date: Mon, 5 Dec 2016 18:52:41 +0800 Message-Id: <20161205105241.8585-1-lma@suse.com> X-Mailer: git-send-email 2.9.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 137.65.250.26 Subject: [Qemu-devel] [PATCH] tests: Ignore test-char binary X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marcandre.lureau@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" 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.*