Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756556Ab0A2JkS (ORCPT ); Fri, 29 Jan 2010 04:40:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756122Ab0A2JkQ (ORCPT ); Fri, 29 Jan 2010 04:40:16 -0500 Received: from hera.kernel.org ([140.211.167.34]:59278 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755967Ab0A2JkO (ORCPT ); Fri, 29 Jan 2010 04:40:14 -0500 Date: Fri, 29 Jan 2010 09:39:47 GMT From: tip-bot for John Kacur Cc: linux-kernel@vger.kernel.org, acme@redhat.com, hpa@zytor.com, mingo@redhat.com, fweisbec@gmail.com, jkacur@redhat.com, tglx@linutronix.de, mingo@elte.hu Reply-To: mingo@redhat.com, hpa@zytor.com, acme@redhat.com, linux-kernel@vger.kernel.org, jkacur@redhat.com, fweisbec@gmail.com, tglx@linutronix.de, mingo@elte.hu In-Reply-To: <1264633557-17597-6-git-send-email-acme@infradead.org> References: <1264633557-17597-6-git-send-email-acme@infradead.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf: Ignore perf-archive temp file Message-ID: Git-Commit-ID: 6a1b751fb89b61ef7240f2e3ed65a2e2776e7cfd X-Mailer: tip-git-log-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Fri, 29 Jan 2010 09:39:48 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1220 Lines: 37 Commit-ID: 6a1b751fb89b61ef7240f2e3ed65a2e2776e7cfd Gitweb: http://git.kernel.org/tip/6a1b751fb89b61ef7240f2e3ed65a2e2776e7cfd Author: John Kacur AuthorDate: Wed, 27 Jan 2010 21:05:54 -0200 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2010 10:37:33 +0100 perf: Ignore perf-archive temp file Tell git to ignore perf-archive. Signed-off-by: John Kacur Signed-off-by: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker LKML-Reference: <1264633557-17597-6-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- tools/perf/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 124760b..e1d60d7 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -14,6 +14,7 @@ perf*.html common-cmds.h perf.data perf.data.old +perf-archive tags TAGS cscope* -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/