summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore72
1 files changed, 72 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..ddba013ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,72 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+# Working Path
+/Product
+/tools/cross/rootfs
+
+# Tools
+/.vscode
+/.svace-dir
+
+# Compiled python3 code cache
+**/__pycache__
+*.pyc
+
+# vim temp files
+.*.sw*
+
+# ctags files
+tags
+
+# gnu-global files
+GPATH
+GTAGS
+GRTAGS
+
+# acl build outputs
+/externals/acl/..dblite
+/externals/acl/build
+/externals/acl/src/acl-stamp
+/externals/acl/tmp
+
+# Test cache for model download
+/tests/framework/cache
+
+# external libs
+/externals/absl/
+/externals/eigen/
+/externals/farmhash/
+/externals/flatbuffers/
+/externals/gemmlowp/
+/externals/neon_2_sse/