Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Charlie Jenkins and committed by
Namhyung Kim
6e0e0a18 d5a0a4ab

+1 -3
+1 -3
tools/perf/.gitignore
··· 39 39 pmu-events/pmu-events.c 40 40 pmu-events/jevents 41 41 pmu-events/metric_test.log 42 - tests/shell/*.shellcheck_log 43 - tests/shell/coresight/*.shellcheck_log 44 - tests/shell/lib/*.shellcheck_log 42 + *.shellcheck_log 45 43 feature/ 46 44 libapi/ 47 45 libbpf/