diff mbox series

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

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

Commit Message

Simon Glass June 14, 2020, 2:56 a.m. UTC
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(+)

Comments

Bin Meng June 29, 2020, 6:21 a.m. UTC | #1
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 mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 2e1c8bf2bf..e66aa864da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,6 @@  GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__