[PATCH] perf: Add all shellcheck_log to gitignore

Charlie Jenkins posted 1 patch 2 weeks, 5 days ago
tools/perf/.gitignore | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
[PATCH] perf: Add all shellcheck_log to gitignore
Posted by Charlie Jenkins 2 weeks, 5 days ago
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>
---
 tools/perf/.gitignore | 4 +---
 1 file changed, 1 insertion(+), 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/

---
base-commit: 59b723cd2adbac2a34fc8e12c74ae26ae45bf230
change-id: 20241104-shellcheck_gitignore-210c131b372b
-- 
- Charlie
Re: [PATCH] perf: Add all shellcheck_log to gitignore
Posted by Namhyung Kim 2 weeks, 4 days ago
On Mon, 04 Nov 2024 13:19:15 -0800, Charlie Jenkins wrote:

> Instead of adding specific shellcheck_log files to the gitignore, add
> all of them to prevent these files from cluttering the git status.
> 
> 

Applied to perf-tools-next, thanks!

Best regards,
Namhyung