projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9dc91
)
.gitignore: Ignore Python 3 cache directories
author
Simon Glass
<sjg@chromium.org>
Fri, 10 Jul 2020 00:39:25 +0000
(18:39 -0600)
committer
Simon Glass
<sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000
(11:37 -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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
2e1c8bf
..
e66aa86
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-92,3
+92,6
@@
GTAGS
*.orig
*~
\#*#
+
+# Python cache
+__pycache__