From patchwork Mon Apr 4 14:11:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ken Werner X-Patchwork-Id: 894 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:47:08 -0000 Delivered-To: patches@linaro.org Received: by 10.68.42.132 with SMTP id o4cs28033pbl; Mon, 4 Apr 2011 07:11:19 -0700 (PDT) Received: by 10.227.180.77 with SMTP id bt13mr7286700wbb.93.1301926277811; Mon, 04 Apr 2011 07:11:17 -0700 (PDT) Received: from mtagate3.uk.ibm.com (mtagate3.uk.ibm.com [194.196.100.163]) by mx.google.com with ESMTPS id bc6si3030795wbb.15.2011.04.04.07.11.16 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Apr 2011 07:11:17 -0700 (PDT) Received-SPF: neutral (google.com: 194.196.100.163 is neither permitted nor denied by best guess record for domain of ken.werner@linaro.org) client-ip=194.196.100.163; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.196.100.163 is neither permitted nor denied by best guess record for domain of ken.werner@linaro.org) smtp.mail=ken.werner@linaro.org Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p34EBGk7028753 for ; Mon, 4 Apr 2011 14:11:16 GMT Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p34EBuOP1462444 for ; Mon, 4 Apr 2011 15:11:56 +0100 Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p34EBGbi024251 for ; Mon, 4 Apr 2011 08:11:16 -0600 Received: from localhost.localdomain (dyn-9-152-224-51.boeblingen.de.ibm.com [9.152.224.51]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p34EBFOL024193; Mon, 4 Apr 2011 08:11:15 -0600 From: Ken Werner To: libunwind-devel@nongnu.org Subject: [PATCH 3/3] Add tests/[GL]perf-trace to the .gitignore file. Date: Mon, 4 Apr 2011 16:11:04 +0200 Message-Id: <1301926264-13393-4-git-send-email-ken.werner@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1301926264-13393-1-git-send-email-ken.werner@linaro.org> References: <1301926264-13393-1-git-send-email-ken.werner@linaro.org> Prevents 'git status' from listing the tests/[GL]perf-trace. Signed-off-by: Ken Werner --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 120b555..c89e7be 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ tests/test-ptrace-misc tests/test-varargs tests/test-static-link tests/[GL]test-trace +tests/[GL]perf-trace