Pārlūkot izejas kodu

.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>
Simon Glass 3 gadi atpakaļ
vecāks
revīzija
2a9c14526e
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -92,3 +92,6 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__