From: Simon Glass Date: Fri, 10 Jul 2020 00:39:25 +0000 (-0600) Subject: .gitignore: Ignore Python 3 cache directories X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=0d5addaf202b106494ec643fab7e6a45a24773aa;p=u-boot.git .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 Reviewed-by: Bin Meng --- diff --git a/.gitignore b/.gitignore index 2e1c8bf2bf..e66aa864da 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__