lkml.org 
[lkml]   [2013]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2] perf tools: ignore files generated by 'perf kvm'
Date
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
Include .kvm[.old], .host[.old] files, as suggested by Arnaldo.

tools/perf/.gitignore | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 782d86e..9fea0d9 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -13,6 +13,12 @@ perf*.html
common-cmds.h
perf.data
perf.data.old
+perf.data.guest
+perf.data.guest.old
+perf.data.kvm
+perf.data.kvm.old
+perf.data.host
+perf.data.host.old
output.svg
perf-archive
tags
--
1.8.5.1.113.g8cb5bef.dirty


\
 
 \ /
  Last update: 2013-12-12 10:21    [W:0.068 / U:0.260 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site