* [ptxdist] [PATCH] gitignore: ignore scripts/report/__pycache__/
@ 2026-03-16 13:30 Markus Heidelberg via ptxdist
2026-03-29 5:47 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Markus Heidelberg via ptxdist @ 2026-03-16 13:30 UTC (permalink / raw)
To: ptxdist; +Cc: Markus Heidelberg
It is created by Python during report generation if the ptxdist
directory is writable (e.g. if PTXdist has not been installed
system-wide with "make install").
Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 23623fdb5..1e2cd1c31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@ man/ptxdist.1.gz
/doc/.tox/
/doc/testbuilds/
/env/
+
+/scripts/report/__pycache__/
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] gitignore: ignore scripts/report/__pycache__/
2026-03-16 13:30 [ptxdist] [PATCH] gitignore: ignore scripts/report/__pycache__/ Markus Heidelberg via ptxdist
@ 2026-03-29 5:47 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-03-29 5:47 UTC (permalink / raw)
To: ptxdist; +Cc: Markus Heidelberg
Thanks, applied as 4265b64c696b89c6b0f468a127a6f544ef585c33.
Michael
[sent from post-receive hook]
On Sun, 29 Mar 2026 07:47:00 +0200, Markus Heidelberg <m.heidelberg@cab.de> wrote:
> It is created by Python during report generation if the ptxdist
> directory is writable (e.g. if PTXdist has not been installed
> system-wide with "make install").
>
> Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
> Message-Id: <20260316133030.22067-1-m.heidelberg@cab.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/.gitignore b/.gitignore
> index 23623fdb5806..1e2cd1c31de2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -22,3 +22,5 @@ man/ptxdist.1.gz
> /doc/.tox/
> /doc/testbuilds/
> /env/
> +
> +/scripts/report/__pycache__/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-29 5:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-16 13:30 [ptxdist] [PATCH] gitignore: ignore scripts/report/__pycache__/ Markus Heidelberg via ptxdist
2026-03-29 5:47 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox