Implement the generic CAPI for the discovery
[platform/core/ml/beyond.git] / .gitignore
1 ##
2 # @brief .gitignore list
3
4 # ignore cmake build directory
5 /build
6
7 # vi files
8 *.h~
9 *.c~
10 *.cc~
11 *.swp
12
13 # binary files
14 *.so
15 *.o
16 *.a
17
18 # gcov
19 *.gcov
20 *.gcda
21
22 # CTag
23 /tags
24
25 # VisualStudioCode
26 .vscode
27 .vscode/*
28 .history
29
30 # VisualStudio
31 .vs
32 *.vcxproj*
33 *.sln
34 *.tlog
35 cpp.hint
36 *.cd
37
38 # ignore files generated by debuild
39 debian/*.debhelper.log
40 debian/*.postrm.debhelper
41 debian/*.substvars
42 debian/debhelper-build-stamp
43 debian/files
44 debian/.debhelper/*
45 debian/tmp/*
46 debian/beyond/*
47 debian/beyond-dev/*
48 debian/beyond-plugins/*
49 debian/beyond-samples/*
50 debian/beyond-common-dev/*
51 debian/beyond-tizen-capi-dev/*
52 debian/beyond-tizen-capi/*
53 debian/beyond-generic-capi-dev/*
54 debian/beyond-generic-capi/*
55 debian/beyond-plugins-devel/*
56 debian/beyond-tools/*
57 debian/beyond-mock-devel/*
58 debian/beyond-mock/*
59
60 # Built application files
61 *.apk
62 *.aar
63 *.ap_
64 *.aab
65
66 # Files for the ART/Dalvik VM
67 *.dex
68
69 # Java class files
70 *.class
71
72 # Generated files
73 bin/
74 gen/
75 out/
76 #  Uncomment the following line in case you need and you don't have the release build type files in your app
77 # release/
78
79 ### Gradle ###
80 .gradle/
81 build/
82
83 # Eclipse Gradle plugin generated files
84 # Eclipse Core
85 .project
86 # JDT-specific (Eclipse Java Development Tools)
87 .classpath
88
89 # Local configuration file (sdk path, etc)
90 local.properties
91
92 # Proguard folder generated by Eclipse
93 proguard/
94
95 # Log Files
96 *.log
97
98 # Android Studio Navigation editor temp files
99 .navigation/
100
101 # Android Studio captures folder
102 captures/
103
104 # IntelliJ
105 .idea
106
107 # Keystore files
108 # Uncomment the following lines if you do not want to check your keystore files in.
109 *.jks
110 *.keystore
111
112 # External native build folder generated in Android Studio 2.2 and later
113 .externalNativeBuild
114 .cxx/
115
116 # Google Services (e.g. APIs or Firebase)
117 # google-services.json
118
119 # Freeline
120 freeline.py
121 freeline/
122 freeline_project_description.json
123
124 # fastlane
125 fastlane/report.xml
126 fastlane/Preview.html
127 fastlane/screenshots
128 fastlane/test_output
129 fastlane/readme.md
130
131 # Version control
132 vcs.xml
133
134 # lint
135 lint/intermediates/
136 lint/generated/
137 lint/outputs/
138 lint/tmp/
139 # lint/reports/
140
141 # Android Profiling
142 *.hprof
143
144 # doxygen
145 /docs/doxygen
146
147 # For the GBS build, the tflite file could be included in the git
148 # *.tflite
149
150 # cmake
151 cmake_install.cmake
152 CMakeCache.txt
153 Makefile
154 CMakeFiles
155
156 # grpc and protobuf
157 *.so.*
158 *.pb.*
159
160 # Temporarly files
161 .cache
162
163 # subprojects
164 /subprojects/packagecache
165
166 ## gtest
167 /subprojects/googletest-release-1.10.0
168
169 # ignore sign files
170 .sign
171 Release
172 Debug
173
174 # third_party
175 /third_party/mDNSResponder/*
176 /third_party/openssl/*
177 /third_party/tensorflow/*
178 !/third_party/mDNSResponder/CMakeLists.txt
179 !/third_party/openssl/CMakeLists.txt
180 !/third_party/tensorflow/CMakeLists.txt
181 !/third_party/tensorflow/extract_headers.sh
182
183 # external/sources
184 external/source/*.zip
185
186 # nnstreamer
187 subprojects/libbeyond-android/src/main/jni/Android-circle-loader-prebuilt.mk
188 subprojects/libbeyond-android/src/main/jni/Android-nnfw-prebuilt.mk
189 subprojects/libbeyond-android/src/main/jni/Android-nnstreamer-prebuilt.mk
190 subprojects/libbeyond-android/src/main/jni/Android-onert-prebuilt.mk
191 subprojects/libbeyond-android/src/main/jni/Android-snap-prebuilt.mk
192 subprojects/libbeyond-android/src/main/jni/Android-snpe-prebuilt.mk
193 subprojects/libbeyond-android/src/main/jni/Android-tflite-loader-prebuilt.mk
194 subprojects/libbeyond-android/src/main/jni/nnstreamer-natives-mks-20210506.zip
195 subprojects/libbeyond-android/src/main/jni/nnstreamer/
196 subprojects/libbeyond-peer_nn/gst_android.zip
197
198 /docs
199 /script