aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael McGeagh <michael.mcgeagh@arm.com>2020-07-30 14:56:32 +0100
committertim.hall <tim.hall@arm.com>2020-08-04 11:19:22 +0000
commit2da7d1116974de2f660c421314a4b59da6da87ee (patch)
tree0c1339117d9802ac27728096d37476276b7e9599 /.gitignore
parent7b245fd5d6f676be670d9bb0e03f5ac51864e73e (diff)
downloadethos-u-vela-2da7d1116974de2f660c421314a4b59da6da87ee.tar.gz
vela: Ignore __pycache__ folders
No need for git to track those. Signed-off-by: Michael McGeagh <michael.mcgeagh@arm.com> Change-Id: I8fd5b8099961133a3abec111c78a4ca7a42bdf77
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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__