summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore78
1 files changed, 12 insertions, 66 deletions
diff --git a/.gitignore b/.gitignore
index da6e28990..5a5286016 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,59 +1,12 @@
-# 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
+/build
/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
-
# Test cache for model download
/tests/framework/cache
@@ -70,28 +23,21 @@ GRTAGS
/tools/cross/ndk
# ignore the embeded cl_kernels
-/libs/ARMComputeEx/src/core/CL/cl_kernels/*.clembed
-/libs/ARMComputeEx/src/core/CL/cl_kernels/*.hembed
+/**/*.clembed
+/**/*.hembed
-# External stamp file
-/externals/*.stamp
-
-# External library
-/externals/eigen
-/externals/farmhash
-/externals/flatbuffers
-/externals/gemmlowp
-/externals/gtest
-/externals/neon_2_sse
-/externals/tensorflow
-/externals/acl
-/externals/absl
-/externals/nonius
+# External directory
+/externals
# tflkit info files
/tools/tflkit/*.info
# Generated tests
/tests/nnapi/src/generated
-/tests/runtime/neural_networks_test/generated
-/runtimes/tests/neural_networks_test/generated
+
+# Coverage
+/gcov
+/coverage
+
+# Makefile
+/Makefile