]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
.gitignore: Ignore Python 3 cache directories
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:25 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
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>
.gitignore

index 2e1c8bf2bf2c0a7a21e7af66342f2857e70e2f0d..e66aa864da62c8ccc06a6f72b9bd528f771d4042 100644 (file)
@@ -92,3 +92,6 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__