[Dist/Tizen] Add a runtime dependency on the MvNCS2 firmware package
[platform/upstream/dldt.git] / .gitignore
1 ## Ignore Visual Studio temporary files, build results, and
2 ## files generated by popular Visual Studio add-ons.
3
4 # User-specific files
5 *.suo
6 *.user
7 *.userosscache
8 *.sln.docstates
9
10 # User-specific files (MonoDevelop/Xamarin Studio)
11 *.userprefs
12
13 # Build results
14 [Dd]ebug/
15 [Dd]ebugPublic/
16 [Rr]elease/
17 [Rr]eleases/
18 [Xx]64/
19 [Xx]86/
20 [Bb]uild/
21 bld/
22 [Bb]in/
23 [Oo]bj/
24
25 # PY.TEST
26 *.pyc
27 tests/integration/report.html
28 tests/integration/report.xml
29 tests/integration/assets/
30 tests/integration/__pycache__/
31
32 # Visual Studio 2015 cache/options directory
33 .vs/
34 # Uncomment if you have tasks that create the project's static files in wwwroot
35 #wwwroot/
36
37 # MSTest test Results
38 [Tt]est[Rr]esult*/
39 [Bb]uild[Ll]og.*
40
41 # NUNIT
42 *.VisualState.xml
43 TestResult.xml
44
45 # Build Results of an ATL Project
46 [Dd]ebugPS/
47 [Rr]eleasePS/
48 dlldata.c
49
50 # DNX
51 project.lock.json
52 artifacts/
53
54 *_i.c
55 *_p.c
56 *_i.h
57 *.ilk
58 *.meta
59 *.obj
60 *.pch
61 *.pdb
62 *.pgc
63 *.pgd
64 *.rsp
65 *.sbr
66 *.tlb
67 *.tli
68 *.tlh
69 *.tmp
70 *.tmp_proj
71 *.log
72 *.vspscc
73 *.vssscc
74 .builds
75 *.pidb
76 *.svclog
77 *.scc
78
79 # Chutzpah Test files
80 _Chutzpah*
81
82 # Visual C++ cache files
83 ipch/
84 *.aps
85 *.ncb
86 *.opendb
87 *.opensdf
88 *.sdf
89 *.cachefile
90 *.VC.db
91
92 # Visual Studio profiler
93 *.psess
94 *.vsp
95 *.vspx
96 *.sap
97
98 # TFS 2012 Local Workspace
99 $tf/
100
101 # Guidance Automation Toolkit
102 *.gpState
103
104 # ReSharper is a .NET coding add-in
105 _ReSharper*/
106 *.[Rr]e[Ss]harper
107 *.DotSettings.user
108
109 # JustCode is a .NET coding add-in
110 .JustCode
111
112 # TeamCity is a build add-in
113 _TeamCity*
114
115 # DotCover is a Code Coverage Tool
116 *.dotCover
117
118 # NCrunch
119 _NCrunch_*
120 .*crunch*.local.xml
121 nCrunchTemp_*
122
123 # MightyMoose
124 *.mm.*
125 AutoTest.Net/
126
127 # Web workbench (sass)
128 .sass-cache/
129
130 # Installshield output folder
131 [Ee]xpress/
132
133 # DocProject is a documentation generator add-in
134 DocProject/buildhelp/
135 DocProject/Help/*.HxT
136 DocProject/Help/*.HxC
137 DocProject/Help/*.hhc
138 DocProject/Help/*.hhk
139 DocProject/Help/*.hhp
140 DocProject/Help/Html2
141 DocProject/Help/html
142
143 # Click-Once directory
144 publish/
145
146 # Publish Web Output
147 *.[Pp]ublish.xml
148 *.azurePubxml
149
150 # TODO: Un-comment the next line if you do not want to checkin
151 # your web deploy settings because they may include unencrypted
152 # passwords
153 #*.pubxml
154 *.publishproj
155
156 # NuGet Packages
157 *.nupkg
158 # The packages folder can be ignored because of Package Restore
159 **/packages/*
160 # except build/, which is used as an MSBuild target.
161 !**/packages/build/
162 # Uncomment if necessary however generally it will be regenerated when needed
163 #!**/packages/repositories.config
164 # NuGet v3's project.json files produces more ignoreable files
165 *.nuget.props
166 *.nuget.targets
167
168 # Microsoft Azure Build Output
169 csx/
170 *.build.csdef
171
172 # Microsoft Azure Emulator
173 ecf/
174 rcf/
175
176 # Microsoft Azure ApplicationInsights config file
177 ApplicationInsights.config
178
179 # Windows Store app package directory
180 AppPackages/
181 BundleArtifacts/
182
183 # Visual Studio cache files
184 # files ending in .cache can be ignored
185 *.[Cc]ache
186 # but keep track of directories ending in .cache
187 !*.[Cc]ache/
188
189 # Others
190 ClientBin/
191 [Ss]tyle[Cc]op.*
192 ~$*
193 *~
194 *.dbmdl
195 *.dbproj.schemaview
196 *.pfx
197 *.publishsettings
198 node_modules/
199 orleans.codegen.cs
200
201 # RIA/Silverlight projects
202 Generated_Code/
203
204 # Backup & report files from converting an old project file
205 # to a newer Visual Studio version. Backup files are not needed,
206 # because we have git ;-)
207 _UpgradeReport_Files/
208 Backup*/
209 UpgradeLog*.XML
210 UpgradeLog*.htm
211
212 # SQL Server files
213 *.mdf
214 *.ldf
215
216 # Business Intelligence projects
217 *.rdl.data
218 *.bim.layout
219 *.bim_*.settings
220
221 # Microsoft Fakes
222 FakesAssemblies/
223
224 # GhostDoc plugin setting file
225 *.GhostDoc.xml
226
227 # Target VS files:
228 vsx64
229
230 # Node.js Tools for Visual Studio
231 .ntvs_analysis.dat
232
233 # Visual Studio 6 build log
234 *.plg
235
236 # Visual Studio 6 workspace options file
237 *.opt
238
239 # Visual Studio LightSwitch build output
240 **/*.HTMLClient/GeneratedArtifacts
241 **/*.DesktopClient/GeneratedArtifacts
242 **/*.DesktopClient/ModelManifest.xml
243 **/*.Server/GeneratedArtifacts
244 **/*.Server/ModelManifest.xml
245 _Pvt_Extensions
246
247 # LightSwitch generated files
248 GeneratedArtifacts/
249 ModelManifest.xml
250
251 # Paket dependency manager
252 .paket/paket.exe
253
254 # FAKE - F# Make
255 .fake/
256 *.filters
257 /External
258 /Output
259 /InferenceEngineMain/models
260 /Test
261 /HTTPClient/*.a
262 /InferenceEngineMain/newModels
263 .DS_Store
264
265 # For IDEA
266 .idea/
267 VS/
268 Xcode/
269 temp/
270 report/
271 .kdev4/
272 *.kdev4
273 *.kate-swp
274
275 /lin-build
276 /win-build
277 /CMakeFiles
278 *.stamp
279 *.depend
280 *.vcxproj
281 *.sln
282 /CMakeCache.txt
283 .vimprj/
284 build_IA32/
285 .dir-locals.el
286 GTAGS
287 GPATH
288 GRTAGS
289 GSYMS
290 compile_commands.json
291 service/dot-net-service/Output
292 **/sublime_build
293 /.project
294 .vscode/
295 /vsx32
296 /service/dot-net-service/.klocwork/DotNetService
297 cmake-build-*/
298 /lin64
299
300 .gdb_history
301 .local_vimrc
302 .ycm_extra_conf.py
303 tags
304
305
306 # from Model Optimizer repo
307 .idea
308 .project
309 .cproject
310 .pydevproject
311 .settings
312 /bin/
313 /gen/
314 __pycache__
315 *.swp
316 /config.xml
317
318 # Python-specific
319 .env3
320 *.pyc
321
322 # Tests-specific
323 .coverage
324 htmlcov
325 pylint_report.txt
326 pylint_report_comments.txt
327
328 # Documentation-generated
329 docs/build
330 docs/source/_static
331 docs/source/_templates
332 docs/source/generated/
333
334 # Artifacts
335 /*.bin
336 /*.xml
337 /*.json
338 /*.so
339 /*.txt
340 /*.mapping
341 /*.dat
342 /*.svg