2009-07-03 06:33:48

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH -tip] perf tools: gitignore *.data


perf.data made by perf report is a data file and
need to be ignored by git

Added *.data so that perf.data and its friends will be ignored.

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
---
tools/perf/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index d69a759..057deea 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -14,3 +14,4 @@ common-cmds.h
tags
TAGS
cscope*
+*.data
--
1.6.2.5



2009-07-03 06:41:25

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: Re: [PATCH -tip] perf tools: gitignore *.data

On Fri, 2009-07-03 at 12:02 +0530, Jaswinder Singh Rajput wrote:
> perf.data made by perf report is a data file and
> need to be ignored by git
>

Sorry, due to typo I send new patch.

Thanks,
--
JSR

http://userweb.kernel.org/~jaswinder/