
10 Jul
2020
10 Jul
'20
2:39 a.m.
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 ---
(no changes since v1)
.gitignore | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore index 2e1c8bf2bf..e66aa864da 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ GTAGS *.orig *~ #*# + +# Python cache +__pycache__
--
2.27.0.389.gc38d7665816-goog