Fixed the build error for aarch64 of gcc-14
[platform/core/ml/nnfw.git] / .gitignore
index ddba013..263856b 100644 (file)
@@ -1,72 +1,43 @@
-# 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*
+# Test cache for model download
+/tests/scripts/**/cache
 
-# ctags files
-tags
+# Test report
+/report
 
-# gnu-global files
-GPATH
-GTAGS
-GRTAGS
+# doxygen
+/doxygen
 
-# acl build outputs
-/externals/acl/..dblite
-/externals/acl/build
-/externals/acl/src/acl-stamp
-/externals/acl/tmp
+# Generated by format checker
+/format.patch
 
-# Test cache for model download
-/tests/framework/cache
+# Default path for ndk
+/tools/cross/ndk
+
+# ignore the embeded cl_kernels
+/**/*.clembed
+/**/*.hembed
+
+# External directory
+/externals
+
+# tflkit info files
+/tools/tflkit/*.info
+
+# Generated tests
+/tests/nnapi/src/generated
+
+# Coverage
+/gcov
+/coverage
 
-# external libs
-/externals/absl/
-/externals/eigen/
-/externals/farmhash/
-/externals/flatbuffers/
-/externals/gemmlowp/
-/externals/neon_2_sse/
+# Makefile
+/Makefile