[PATCH 02/15] .gitignore: Ignore Python 3 cache directories
Simon Glass
sjg at chromium.org
Mon Jun 8 21:20:11 CEST 2020
These can appear when moving between branches that have different tools
in the tree. Ignore them.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 2e1c8bf2bf..e66aa864da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,6 @@ GTAGS
*.orig
*~
\#*#
+
+# Python cache
+__pycache__
--
2.27.0.278.ge193c7cf3a9-goog
More information about the U-Boot
mailing list