* [ptxdist] [PATCH] gitignore: ignore scripts/report/__pycache__/
@ 2026-03-16 13:30 Markus Heidelberg via ptxdist
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2026-03-16 13:30 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox