Message ID | 20200614025728.41065-3-sjg@chromium.org |
---|---|
State | Accepted |
Commit | 2a9c14526e9367c878d43536bfdbe4b23a23e870 |
Headers | show |
Series | rockchip: x86: Support building ROM files automatically with binman | expand |
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass <sjg at chromium.org> wrote: > > 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> > --- > > (no changes since v1) > > .gitignore | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
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> --- (no changes since v1) .gitignore | 3 +++ 1 file changed, 3 insertions(+)