mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 09:40:27 +02:00
perf tools: Add the empty-pmu-events build to .gitignore
The commit 0fe881f10c ("perf jevents: Autogenerate empty-pmu-events.c")
build will generate two files, add them to .gitignore:
tools/perf/pmu-events/empty-pmu-events.log
tools/perf/pmu-events/test-empty-pmu-events.c
Signed-off-by: Haiyue Wang <haiyuewa@163.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20241106121254.2869-1-haiyuewa@163.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
9ac98662db
commit
d8c0f8b4ee
1 changed files with 2 additions and 0 deletions
2
tools/perf/.gitignore
vendored
2
tools/perf/.gitignore
vendored
|
|
@ -39,6 +39,8 @@ trace/beauty/generated/
|
|||
pmu-events/pmu-events.c
|
||||
pmu-events/jevents
|
||||
pmu-events/metric_test.log
|
||||
pmu-events/empty-pmu-events.log
|
||||
pmu-events/test-empty-pmu-events.c
|
||||
*.shellcheck_log
|
||||
feature/
|
||||
libapi/
|
||||
|
|
|
|||
Loading…
Reference in a new issue