mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
perf tools: Add all shellcheck_log to gitignore
Instead of adding specific shellcheck_log files to the gitignore, add all of them to prevent these files from cluttering the git status. Signed-off-by: Charlie Jenkins <charlie@rivosinc.com> Link: https://lore.kernel.org/r/20241104-shellcheck_gitignore-v1-1-ffc179f57dc9@rivosinc.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
d5a0a4ab4a
commit
6e0e0a1863
1 changed files with 1 additions and 3 deletions
4
tools/perf/.gitignore
vendored
4
tools/perf/.gitignore
vendored
|
@ -39,9 +39,7 @@ trace/beauty/generated/
|
||||||
pmu-events/pmu-events.c
|
pmu-events/pmu-events.c
|
||||||
pmu-events/jevents
|
pmu-events/jevents
|
||||||
pmu-events/metric_test.log
|
pmu-events/metric_test.log
|
||||||
tests/shell/*.shellcheck_log
|
*.shellcheck_log
|
||||||
tests/shell/coresight/*.shellcheck_log
|
|
||||||
tests/shell/lib/*.shellcheck_log
|
|
||||||
feature/
|
feature/
|
||||||
libapi/
|
libapi/
|
||||||
libbpf/
|
libbpf/
|
||||||
|
|
Loading…
Add table
Reference in a new issue