From 2da7d1116974de2f660c421314a4b59da6da87ee Mon Sep 17 00:00:00 2001 From: Michael McGeagh Date: Thu, 30 Jul 2020 14:56:32 +0100 Subject: vela: Ignore __pycache__ folders No need for git to track those. Signed-off-by: Michael McGeagh Change-Id: I8fd5b8099961133a3abec111c78a4ca7a42bdf77 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 50819603..2ea50a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ build/ ethos_u_vela.egg-info/ ethosu/*.so -.coverage \ No newline at end of file +.coverage +__pycache__ -- cgit v1.2.1