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
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/