projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a0a4a
)
perf tools: Add all shellcheck_log to gitignore
author
Charlie Jenkins
<charlie@rivosinc.com>
Mon, 4 Nov 2024 21:19:15 +0000
(13:19 -0800)
committer
Namhyung Kim
<namhyung@kernel.org>
Tue, 5 Nov 2024 06:23:20 +0000
(22:23 -0800)
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>
tools/perf/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/.gitignore
b/tools/perf/.gitignore
index f5b81d439387a14f36954def542a78106a46ce23..19ce1cd56f8cbcdc14d0ea32a6abb7324cc1cd23 100644
(file)
--- 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/