From patchwork Thu Feb 21 02:34:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 222166 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8C43C2C008E for ; Thu, 21 Feb 2013 13:42:34 +1100 (EST) Received: from localhost ([::1]:47278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8M7E-0003R7-Nz for incoming@patchwork.ozlabs.org; Wed, 20 Feb 2013 21:42:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8M6t-0003Dy-0U for qemu-devel@nongnu.org; Wed, 20 Feb 2013 21:42:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8M6m-0007mp-ML for qemu-devel@nongnu.org; Wed, 20 Feb 2013 21:42:10 -0500 Received: from ozlabs.org ([203.10.76.45]:44426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8M6m-0007lx-Aq for qemu-devel@nongnu.org; Wed, 20 Feb 2013 21:42:04 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 54D7B2C008E; Thu, 21 Feb 2013 13:41:55 +1100 (EST) From: David Gibson To: aliguori@us.ibm.com Date: Thu, 21 Feb 2013 13:34:40 +1100 Message-Id: <1361414080-8152-1-git-send-email-david@gibson.dropbear.id.au> X-Mailer: git-send-email 1.7.10.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 203.10.76.45 Cc: qemu-devel@nongnu.org, David Gibson Subject: [Qemu-devel] [PATCH] Add some missing qtest binaries to .gitignore X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org These binaries are generated during make check on at least some configurations, so att them to .gitignore. Signed-off-by: David Gibson --- tests/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 38c94ef..fb05c2a 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -4,11 +4,18 @@ check-qint check-qjson check-qlist check-qstring +test-aio +test-cutils +test-hbitmap +test-iov +test-mul64 test-qapi-types.[ch] test-qapi-visit.[ch] test-qmp-commands.h test-qmp-commands test-qmp-input-strict test-qmp-marshal.c +test-thread-pool test-x86-cpuid +test-xbzrle *-test