diff mbox series

[v3,02/49] .gitignore: Ignore Python 3 cache directories

Message ID 20200710004012.3016230-3-sjg@chromium.org
State Superseded
Headers show
Series rockchip: x86: Support building ROM files automatically with binman | expand

Commit Message

Simon Glass July 10, 2020, 12:39 a.m. UTC
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>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---

(no changes since v1)

 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 2e1c8bf2bf..e66aa864da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,6 @@  GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__