浏览代码

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>
Ramkumar Ramachandra 12 年之前
父节点
当前提交
f3c236b0c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/perf/.gitignore

+ 1 - 0
tools/perf/.gitignore

@@ -13,6 +13,7 @@ perf*.html
 common-cmds.h
 common-cmds.h
 perf.data
 perf.data
 perf.data.old
 perf.data.old
+output.svg
 perf-archive
 perf-archive
 tags
 tags
 TAGS
 TAGS