Re: [PATCH v2 02/49] .gitignore: Ignore Python 3 cache directories

2020-06-28 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass wrote: > > These can appear when moving between branches that have different tools > in the tree. Ignore them. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > .gitignore | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Bin

[PATCH v2 02/49] .gitignore: Ignore Python 3 cache directories

2020-06-13 Thread Simon Glass
These can appear when moving between branches that have different tools in the tree. Ignore them. Signed-off-by: Simon Glass --- (no changes since v1) .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2e1c8bf2bf..e66aa864da 100644 --- a/.gitignore