commit | dd90574487592feac468abe0a89ee3c855c2b409 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:39:25 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | 0c388dc2c43a0202e4351a962a1b98e3aa6c538b | |
parent | e2438dde760aa8f33078e5af5e885445e0f95a06 [diff] [blame] |
.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>
diff --git a/.gitignore b/.gitignore index 2e1c8bf..e66aa86 100644 --- a/.gitignore +++ b/.gitignore
@@ -92,3 +92,6 @@ *.orig *~ \#*# + +# Python cache +__pycache__