perf test: Add git ignore for tmp and output files of ARM CoreSight tests
Ignore other output files of the new CoreSight tests so they don't fill git status with noise we don't need or want. 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-13-carsten.haitzler@foss.arm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
b65c6477f6
commit
43c688cb32
|
@ -22,6 +22,7 @@ perf-archive
|
||||||
perf-iostat
|
perf-iostat
|
||||||
tags
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
stats-*.csv
|
||||||
cscope*
|
cscope*
|
||||||
config.mak
|
config.mak
|
||||||
config.mak.autogen
|
config.mak.autogen
|
||||||
|
@ -29,6 +30,7 @@ config.mak.autogen
|
||||||
*-flex.*
|
*-flex.*
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
*.stdout
|
||||||
.config-detected
|
.config-detected
|
||||||
util/intel-pt-decoder/inat-tables.c
|
util/intel-pt-decoder/inat-tables.c
|
||||||
arch/*/include/generated/
|
arch/*/include/generated/
|
||||||
|
|
Loading…
Reference in New Issue