From: Markus Heidelberg via ptxdist <ptxdist@pengutronix.de>
To: <ptxdist@pengutronix.de>
Cc: Markus Heidelberg <m.heidelberg@cab.de>
Subject: [ptxdist] [PATCH] gitignore: ignore scripts/report/__pycache__/
Date: Mon, 16 Mar 2026 14:30:30 +0100 [thread overview]
Message-ID: <20260316133030.22067-1-m.heidelberg@cab.de> (raw)
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
reply other threads:[~2026-03-16 13:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260316133030.22067-1-m.heidelberg@cab.de \
--to=ptxdist@pengutronix.de \
--cc=m.heidelberg@cab.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox