aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDiego Russo <diego.russo@arm.com>2020-04-15 15:17:41 +0100
committerTim Hall <tim.hall@arm.com>2020-06-18 17:53:52 +0100
commit1629f331810de8ebff018259c75ee024857472e5 (patch)
treeccfe5343f7d3ef01d67a2eb2aaaf0e666d9ce285 /.gitignore
parentea6111a36e55501bbfb9ea022aaf8305b4d80183 (diff)
downloadethos-u-vela-1629f331810de8ebff018259c75ee024857472e5.tar.gz
Add .gitignore
Ignore some default python files generated by the build/installation Change-Id: Ifa2db6215cbc68f87ede0a17bb96c1da430b6bd8 Signed-off-by: Diego Russo <diego.russo@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..7512fe21
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.eggs/
+build/
+ethos_u_vela.egg-info/
+ethosu/*.so \ No newline at end of file