diff options
author | Amerigo Wang <amwang@redhat.com> | 2010-01-25 00:07:30 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-01-27 11:31:26 +0100 |
commit | 7f5102ca4b8a8e598dbfa154322ea684bc98da96 (patch) | |
tree | d1e8153a582d29d9f9be183009a38dbb02bf6632 | |
parent | b7ae11b34bf042cfb4dbaa3b63b2d5d6d33d4cc4 (diff) | |
download | linux-3.10-7f5102ca4b8a8e598dbfa154322ea684bc98da96.tar.gz linux-3.10-7f5102ca4b8a8e598dbfa154322ea684bc98da96.tar.bz2 linux-3.10-7f5102ca4b8a8e598dbfa154322ea684bc98da96.zip |
perf: Ignore perf.data.old
Tell git to ignore this file.
Signed-off-by: WANG Cong <amwang@redhat.com>
LKML-Reference: <20100125051052.3999.28082.sendpatchset@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | tools/perf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index fe08660ce0b..124760bb37b 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -13,6 +13,7 @@ perf*.xml perf*.html common-cmds.h perf.data +perf.data.old tags TAGS cscope* |