diff options
author | Carsten Haitzler <carsten.haitzler@arm.com> | 2022-09-09 16:27:55 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2022-10-06 14:50:55 -0300 |
commit | 6ea586b1e3dc56e831488f1c80acdf21f301b6b6 (patch) | |
tree | 681c99769959326b80126a23e643e92e192ee25f /tools | |
parent | fdc25cc59c7126952f04beafb0de6143a7fa574d (diff) | |
download | linux-stable-6ea586b1e3dc56e831488f1c80acdf21f301b6b6.tar.gz linux-stable-6ea586b1e3dc56e831488f1c80acdf21f301b6b6.tar.bz2 linux-stable-6ea586b1e3dc56e831488f1c80acdf21f301b6b6.zip |
perf test: Add git ignore for perf data generated by the ARM CoreSight tests
Ignore perf output data files generated by perf tests for cleaner git
status.
Reviewed-by: James Clark <james.clark@arm.com>
Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
Cc: coresight@lists.linaro.org
Link: https://lore.kernel.org/r/20220909152803.2317006-6-carsten.haitzler@foss.arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/.gitignore | 4 |
1 files 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 |