From patchwork Wed Mar 23 15:55:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ken Werner X-Patchwork-Id: 763 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:45:32 -0000 Delivered-To: patches@linaro.org Received: by 10.220.180.8 with SMTP id bs8cs11689vcb; Wed, 23 Mar 2011 08:55:14 -0700 (PDT) Received: by 10.14.8.131 with SMTP id 3mr2585265eer.134.1300895711957; Wed, 23 Mar 2011 08:55:11 -0700 (PDT) Received: from mtagate5.uk.ibm.com (mtagate5.uk.ibm.com [194.196.100.165]) by mx.google.com with ESMTPS id v45si12044898eeh.14.2011.03.23.08.55.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Mar 2011 08:55:11 -0700 (PDT) Received-SPF: neutral (google.com: 194.196.100.165 is neither permitted nor denied by best guess record for domain of ken.werner@linaro.org) client-ip=194.196.100.165; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.196.100.165 is neither permitted nor denied by best guess record for domain of ken.werner@linaro.org) smtp.mail=ken.werner@linaro.org Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate5.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p2NFtB3R013102 for ; Wed, 23 Mar 2011 15:55:11 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p2NFtcIG1556532 for ; Wed, 23 Mar 2011 15:55:38 GMT Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p2NFtAiU022564 for ; Wed, 23 Mar 2011 09:55:10 -0600 Received: from localhost.localdomain (dyn-9-152-224-51.boeblingen.de.ibm.com [9.152.224.51]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p2NFt7U1022296; Wed, 23 Mar 2011 09:55:10 -0600 From: Ken Werner To: libunwind-devel@nongnu.org Subject: [PATCH 8/8] Add test-static-link to the .gitignore file. Date: Wed, 23 Mar 2011 15:55:06 +0000 Message-Id: <1300895706-5424-9-git-send-email-ken.werner@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1300895706-5424-1-git-send-email-ken.werner@linaro.org> References: <1300895706-5424-1-git-send-email-ken.werner@linaro.org> Prevents 'git status' from listing the tests/test-static-link. Signed-off-by: Ken Werner --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d3ed395..36c3b61 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ tests/test-strerror tests/test-proc-info tests/test-ptrace-misc tests/test-varargs +tests/test-static-link