Skip to content

Commit

Permalink
perf tools: Ignore 'perf timechart' output file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ramkumar Ramachandra authored and Arnaldo Carvalho de Melo committed Oct 11, 2013
1 parent 3e7a081 commit f3c236b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/perf/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ perf*.html
common-cmds.h
perf.data
perf.data.old
output.svg
perf-archive
tags
TAGS
Expand Down

0 comments on commit f3c236b

Please sign in to comment.