diff mbox series

[02/15] .gitignore: Ignore Python 3 cache directories

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

Commit Message

Simon Glass June 8, 2020, 7:20 p.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>
---

 .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__