From patchwork Fri Apr 20 12:52:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 154040 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 735D9B7019 for ; Fri, 20 Apr 2012 22:54:35 +1000 (EST) Received: from localhost ([::1]:55002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLDM9-0007gc-Dv for incoming@patchwork.ozlabs.org; Fri, 20 Apr 2012 08:54:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLDKr-0003fW-4e for qemu-devel@nongnu.org; Fri, 20 Apr 2012 08:53:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLDKp-0005Fh-2f for qemu-devel@nongnu.org; Fri, 20 Apr 2012 08:53:12 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:59351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLDKo-0005F6-QZ for qemu-devel@nongnu.org; Fri, 20 Apr 2012 08:53:11 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Apr 2012 13:53:07 +0100 Received: from d06nrmr1407.portsmouth.uk.ibm.com (9.149.38.185) by e06smtp18.uk.ibm.com (192.168.101.148) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 20 Apr 2012 13:52:43 +0100 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q3KCqgG42638024 for ; Fri, 20 Apr 2012 13:52:42 +0100 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q3KCpFYV010294 for ; Fri, 20 Apr 2012 08:51:15 -0400 Received: from localhost (dyn-9-174-218-67.manchester-maybrook.uk.ibm.com [9.174.218.67]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q3KCpFjD010283; Fri, 20 Apr 2012 08:51:15 -0400 From: Stefan Hajnoczi To: Anthony Liguori Date: Fri, 20 Apr 2012 13:52:36 +0100 Message-Id: <1334926356-7807-8-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1334926356-7807-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1334926356-7807-1-git-send-email-stefanha@linux.vnet.ibm.com> x-cbid: 12042012-6892-0000-0000-0000019E30D4 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.114 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , David Gibson Subject: [Qemu-devel] [PATCH 7/7] Add .gitignore for tests/ 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 From: David Gibson The new autotests in tests/ generate a number of files, both executable and source, which are not caught by the existing .gitignore files. This patch adds a new .gitignore in tests/ which covers these. [Changed 'rtc-test' to '*-test' so future tests do not need to be added to .gitignore on a case-by-case basis. Stefan] Signed-off-by: David Gibson Signed-off-by: Stefan Hajnoczi --- tests/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/.gitignore diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..f9041f3 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,13 @@ +check-qdict +check-qfloat +check-qint +check-qjson +check-qlist +check-qstring +test-qapi-types.[ch] +test-qapi-visit.[ch] +test-qmp-commands.h +test-qmp-commands +test-qmp-input-strict +test-qmp-marshal.c +*-test