diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-10-03 08:40:36 (GMT) |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-10-11 15:17:37 (GMT) |
commit | f3c236b0c7a84e5d59cc639a1673a20b0a59ecc0 (patch) | |
tree | d62a4151171312f7257a9d777c6cf5c18ac15d00 /tools/perf/.gitignore | |
parent | 3e7a081796146f97f166d77a655c0eb585065077 (diff) | |
download | linux-f3c236b0c7a84e5d59cc639a1673a20b0a59ecc0.tar.xz |
perf tools: Ignore 'perf timechart' output file
The default output file produced by the 'perf timechart' tool is called
output.svg, add it to .gitignore.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Link: http://lkml.kernel.org/r/1380789636-4512-1-git-send-email-artagnon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/.gitignore')
-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 8f8fbc2..782d86e 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -13,6 +13,7 @@ perf*.html common-cmds.h perf.data perf.data.old +output.svg perf-archive tags TAGS |