summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-10 03:39:25 +0300
committerSimon Glass <sjg@chromium.org>2020-07-25 04:25:15 +0300
commit0d5addaf202b106494ec643fab7e6a45a24773aa (patch)
treeda25ef01daeafde23f89852ce71f1e999e2b530f /.gitignore
parent6d65ac310fbc3a3c6f21f26be4568761a429bbf0 (diff)
downloadu-boot-0d5addaf202b106494ec643fab7e6a45a24773aa.tar.xz
.gitignore: Ignore Python 3 cache directories
These can appear when moving between branches that have different tools in the tree. Ignore them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e1c8bf2bf..e66aa864da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,6 @@ GTAGS
*.orig
*~
\#*#
+
+# Python cache
+__pycache__