* [PATCH] perf: Add all shellcheck_log to gitignore
@ 2024-11-04 21:19 Charlie Jenkins
2024-11-05 16:41 ` Namhyung Kim
0 siblings, 1 reply; 2+ messages in thread
From: Charlie Jenkins @ 2024-11-04 21:19 UTC (permalink / raw)
To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
Ian Rogers, Adrian Hunter
Cc: linux-perf-users, linux-kernel, Charlie Jenkins
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] perf: Add all shellcheck_log to gitignore
2024-11-04 21:19 [PATCH] perf: Add all shellcheck_log to gitignore Charlie Jenkins
@ 2024-11-05 16:41 ` Namhyung Kim
0 siblings, 0 replies; 2+ messages in thread
From: Namhyung Kim @ 2024-11-05 16:41 UTC (permalink / raw)
To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
Mark Rutland, Alexander Shishkin, Jiri Olsa, Ian Rogers,
Adrian Hunter, Charlie Jenkins
Cc: linux-perf-users, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-05 16:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 21:19 [PATCH] perf: Add all shellcheck_log to gitignore Charlie Jenkins
2024-11-05 16:41 ` Namhyung Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).