1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-30 07:42:22 +02:00

.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>
This commit is contained in:
Simon Glass
2020-07-09 18:39:25 -06:00
parent 6d65ac310f
commit 0d5addaf20

3
.gitignore vendored
View File

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