diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-10-03 04:40:36 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-10-11 11:17:37 -0400 |
commit | f3c236b0c7a84e5d59cc639a1673a20b0a59ecc0 (patch) | |
tree | d62a4151171312f7257a9d777c6cf5c18ac15d00 /tools/perf/.gitignore | |
parent | 3e7a081796146f97f166d77a655c0eb585065077 (diff) |
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 8f8fbc227a46..782d86e961b9 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore | |||
@@ -13,6 +13,7 @@ perf*.html | |||
13 | common-cmds.h | 13 | common-cmds.h |
14 | perf.data | 14 | perf.data |
15 | perf.data.old | 15 | perf.data.old |
16 | output.svg | ||
16 | perf-archive | 17 | perf-archive |
17 | tags | 18 | tags |
18 | TAGS | 19 | TAGS |