diff options
author | Charlie Jenkins <charlie@rivosinc.com> | 2024-11-04 13:19:15 -0800 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2024-11-04 22:23:20 -0800 |
commit | 6e0e0a18632630bbe2f3e97c79d154ae1faf64df (patch) | |
tree | 10f589278e7f8d10e00ce687b9fd8e6ffecceee8 /tools/perf/.gitignore | |
parent | d5a0a4ab4af4c27de097b78d6f1b7e7f7e31908f (diff) |
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>
Diffstat (limited to 'tools/perf/.gitignore')
-rw-r--r-- | tools/perf/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index f5b81d439387..19ce1cd56f8c 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -39,9 +39,7 @@ trace/beauty/generated/ pmu-events/pmu-events.c pmu-events/jevents pmu-events/metric_test.log -tests/shell/*.shellcheck_log -tests/shell/coresight/*.shellcheck_log -tests/shell/lib/*.shellcheck_log +*.shellcheck_log feature/ libapi/ libbpf/ |