[PATCH] gitignore: Ignore python cache directories
Michael Ellerman <[email protected]>
| Newsgroups | org.infradead.lists.opensbi |
|---|---|
| Message-ID | <[email protected]> |
Running ./scripts/Kconfiglib/setconfig.py leaves the tree with untracked
files:
Untracked files:
(use "git add <file>..." to include in what will be committed)
scripts/Kconfiglib/__pycache__/
Add __pycache__ to .gitignore to fix it.
Signed-off-by: Michael Ellerman <[email protected]>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 94caeb90..fc27e747 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,9 @@
build/
install/
+# Python bytecode (e.g. from scripts/Kconfiglib)
+__pycache__
+
# Development friendly files
tags
cscope*
---
base-commit: 547a5bbda7c3ec0096a6c87809851f8c2df047d1
change-id: 20260602-fix-gitignore-e4ca4a9bed10
--
opensbi mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/opensbi