Skip to content

Commit

Permalink
.gitignore: Ignore Python 3 cache directories
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sjg20 committed Jul 25, 2020
1 parent 6d65ac3 commit 0d5adda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ GTAGS
*.orig
*~
\#*#

# Python cache
__pycache__

0 comments on commit 0d5adda

Please sign in to comment.