Commit 2a9c14526e9367c878d43536bfdbe4b23a23e870

Authored by Simon Glass
1 parent 5d9dc917e1
Exists in emb_lf_v2022.04

.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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -92,4 +92,7 @@
92 92 *.orig
93 93 *~
94 94 \#*#
  95 +
  96 +# Python cache
  97 +__pycache__