[PATCH v9 05/13] perf test: Add git ignore for perf data generated by the CoreSight tests

carsten.haitzler@foss.arm.com posted 13 patches 3 years, 6 months ago
[PATCH v9 05/13] perf test: Add git ignore for perf data generated by the CoreSight tests
Posted by carsten.haitzler@foss.arm.com 3 years, 6 months ago
From: Carsten Haitzler <carsten.haitzler@arm.com>

Ignore perf output data files generated by perf tests for cleaner
git status.

Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
---
 tools/perf/.gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 4b9c71faa01a..faa23b5d32f5 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -15,8 +15,8 @@ perf*.1
 perf*.xml
 perf*.html
 common-cmds.h
-perf.data
-perf.data.old
+perf*.data
+perf*.data.old
 output.svg
 perf-archive
 perf-iostat
-- 
2.32.0