2010-01-27 14:12:06

by John Kacur

[permalink] [raw]
Subject: [PATCH] perf: Ignore perf-archive

Tell git to ignore perf-archive.

Signed-off-by: John Kacur <[email protected]>
---
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*
--
1.6.0.6


2010-01-27 14:51:58

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH] perf: Ignore perf-archive

Em Wed, Jan 27, 2010 at 03:11:54PM +0100, John Kacur escreveu:
> Tell git to ignore perf-archive.
>
> Signed-off-by: John Kacur <[email protected]>
> ---
> 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*

Thanks, will be in my next batch to Ingo.

- Arnaldo