From: Simon Glass Date: Fri, 10 Jul 2020 00:39:25 +0000 (-0600) Subject: .gitignore: Ignore Python 3 cache directories X-Git-Tag: v2025.01-rc5-pxa1908~2297^2~45 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=2a9c14526e9367c878d43536bfdbe4b23a23e870;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__