Message ID | 20200608192024.21484-3-sjg@chromium.org |
---|---|
State | Superseded |
Headers | show |
Series | rockchip: Support building ROM files automatically | expand |
diff --git a/.gitignore b/.gitignore index 2e1c8bf2bf..e66aa864da 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ GTAGS *.orig *~ \#*# + +# Python cache +__pycache__
These can appear when moving between branches that have different tools in the tree. Ignore them. Signed-off-by: Simon Glass <sjg at chromium.org> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+)