diff options
author | John Kacur <jkacur@redhat.com> | 2009-11-24 15:35:00 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-24 16:37:01 +0100 |
commit | c9c7ccaf3a2686ed3a44d69bb1f8b55eeead8a4e (patch) | |
tree | bc56b3032d9c597464470f350abb672904794c11 | |
parent | 1263d736a9031f3d943819662d4bad727d64bf24 (diff) | |
download | op-kernel-dev-c9c7ccaf3a2686ed3a44d69bb1f8b55eeead8a4e.zip op-kernel-dev-c9c7ccaf3a2686ed3a44d69bb1f8b55eeead8a4e.tar.gz |
perf tools: Add perf.data to .gitignore
Signed-off-by: John Kacur <jkacur@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: acme@redhat.com
LKML-Reference: <1259073301-11506-2-git-send-email-jkacur@redhat.com>
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 0854f11..fe08660 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -12,6 +12,7 @@ perf*.1 perf*.xml perf*.html common-cmds.h +perf.data tags TAGS cscope* |