Merge pull request #12 from carlocorradini/new
[KDIS.git] / .gitignore
blob230649dccc3618058958b19dd7d3b254ec759e42
2 # CMake
4 /build/
5 /cmake-build-debug/
6 CMakeFiles/
7 CMakeScripts/
8 CMakeCache.txt
9 CMakeLists.txt.user
10 CTestTestfile.cmake
11 cmake_install.cmake
12 install_manifest.txt
13 compile_commands.json
14 Makefile
17 # C++
19 # Prerequisites
20 *.d
22 # Compiled Object files
23 **/.DS_Store
24 *.slo
25 *.lo
26 *.o
27 *.obj
29 # Precompiled Headers
30 *.gch
31 *.pch
33 # Compiled Dynamic libraries
34 *.so
35 *.dylib
36 *.dll
38 # Fortran module files
39 *.mod
40 *.smod
42 # Compiled Static libraries
43 *.lai
44 *.la
45 *.a
46 *.lib
48 # Executables
49 *.exe
50 *.out
51 *.app
54 # Visual Studio
56 # User-specific files
57 *.rsuser
58 *.suo
59 *.user
60 *.userosscache
61 *.sln.docstates
63 # User-specific files (MonoDevelop/Xamarin Studio)
64 *.userprefs
66 # Mono auto generated files
67 mono_crash.*
69 # Build results
70 [Dd]ebug/
71 [Dd]ebugPublic/
72 [Rr]elease/
73 [Rr]eleases/
74 x64/
75 x86/
76 [Ww][Ii][Nn]32/
77 [Aa][Rr][Mm]/
78 [Aa][Rr][Mm]64/
79 bld/
80 [Bb]in/
81 [Oo]bj/
82 [Ll]og/
83 [Ll]ogs/
85 # Visual Studio 2015/2017 cache/options directory
86 .vs/
87 # Uncomment if you have tasks that create the project's static files in wwwroot
88 #wwwroot/
90 # Visual Studio 2017 auto generated files
91 Generated\ Files/
93 # MSTest test Results
94 [Tt]est[Rr]esult*/
95 [Bb]uild[Ll]og.*
97 # NUnit
98 *.VisualState.xml
99 TestResult.xml
100 nunit-*.xml
102 # Build Results of an ATL Project
103 [Dd]ebugPS/
104 [Rr]eleasePS/
105 dlldata.c
107 # Benchmark Results
108 BenchmarkDotNet.Artifacts/
110 # .NET Core
111 project.lock.json
112 project.fragment.lock.json
113 artifacts/
115 # ASP.NET Scaffolding
116 ScaffoldingReadMe.txt
118 # StyleCop
119 StyleCopReport.xml
121 # Files built by Visual Studio
122 *_i.c
123 *_p.c
124 *_h.h
125 *.ilk
126 *.meta
127 *.obj
128 *.iobj
129 *.pch
130 *.pdb
131 *.ipdb
132 *.pgc
133 *.pgd
134 *.rsp
135 *.sbr
136 *.tlb
137 *.tli
138 *.tlh
139 *.tmp
140 *.tmp_proj
141 *_wpftmp.csproj
142 *.log
143 *.tlog
144 *.vspscc
145 *.vssscc
146 .builds
147 *.pidb
148 *.svclog
149 *.scc
151 # Chutzpah Test files
152 _Chutzpah*
154 # Visual C++ cache files
155 ipch/
156 *.aps
157 *.ncb
158 *.opendb
159 *.opensdf
160 *.sdf
161 *.cachefile
162 *.VC.db
163 *.VC.VC.opendb
165 # Visual Studio profiler
166 *.psess
167 *.vsp
168 *.vspx
169 *.sap
171 # Visual Studio Trace Files
172 *.e2e
174 # TFS 2012 Local Workspace
175 $tf/
177 # Guidance Automation Toolkit
178 *.gpState
180 # ReSharper is a .NET coding add-in
181 _ReSharper*/
182 *.[Rr]e[Ss]harper
183 *.DotSettings.user
185 # TeamCity is a build add-in
186 _TeamCity*
188 # DotCover is a Code Coverage Tool
189 *.dotCover
191 # AxoCover is a Code Coverage Tool
192 .axoCover/*
193 !.axoCover/settings.json
195 # Coverlet is a free, cross platform Code Coverage Tool
196 coverage*.json
197 coverage*.xml
198 coverage*.info
200 # Visual Studio code coverage results
201 *.coverage
202 *.coveragexml
204 # NCrunch
205 _NCrunch_*
206 .*crunch*.local.xml
207 nCrunchTemp_*
209 # MightyMoose
210 *.mm.*
211 AutoTest.Net/
213 # Web workbench (sass)
214 .sass-cache/
216 # Installshield output folder
217 [Ee]xpress/
219 # DocProject is a documentation generator add-in
220 DocProject/buildhelp/
221 DocProject/Help/*.HxT
222 DocProject/Help/*.HxC
223 DocProject/Help/*.hhc
224 DocProject/Help/*.hhk
225 DocProject/Help/*.hhp
226 DocProject/Help/Html2
227 DocProject/Help/html
229 # Click-Once directory
230 publish/
232 # Publish Web Output
233 *.[Pp]ublish.xml
234 *.azurePubxml
235 # Note: Comment the next line if you want to checkin your web deploy settings,
236 # but database connection strings (with potential passwords) will be unencrypted
237 *.pubxml
238 *.publishproj
240 # Microsoft Azure Web App publish settings. Comment the next line if you want to
241 # checkin your Azure Web App publish settings, but sensitive information contained
242 # in these scripts will be unencrypted
243 PublishScripts/
245 # NuGet Packages
246 *.nupkg
247 # NuGet Symbol Packages
248 *.snupkg
249 # The packages folder can be ignored because of Package Restore
250 **/[Pp]ackages/*
251 # except build/, which is used as an MSBuild target.
252 !**/[Pp]ackages/build/
253 # Uncomment if necessary however generally it will be regenerated when needed
254 #!**/[Pp]ackages/repositories.config
255 # NuGet v3's project.json files produces more ignorable files
256 *.nuget.props
257 *.nuget.targets
259 # Microsoft Azure Build Output
260 csx/
261 *.build.csdef
263 # Microsoft Azure Emulator
264 ecf/
265 rcf/
267 # Windows Store app package directories and files
268 AppPackages/
269 BundleArtifacts/
270 Package.StoreAssociation.xml
271 _pkginfo.txt
272 *.appx
273 *.appxbundle
274 *.appxupload
276 # Visual Studio cache files
277 # files ending in .cache can be ignored
278 *.[Cc]ache
279 # but keep track of directories ending in .cache
280 !?*.[Cc]ache/
282 # Others
283 ClientBin/
286 *.dbmdl
287 *.dbproj.schemaview
288 *.jfm
289 *.pfx
290 *.publishsettings
291 orleans.codegen.cs
293 # Including strong name files can present a security risk
294 # (https://github.com/github/gitignore/pull/2483#issue-259490424)
295 #*.snk
297 # Since there are multiple workflows, uncomment next line to ignore bower_components
298 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
299 #bower_components/
301 # RIA/Silverlight projects
302 Generated_Code/
304 # Backup & report files from converting an old project file
305 # to a newer Visual Studio version. Backup files are not needed,
306 # because we have git ;-)
307 _UpgradeReport_Files/
308 Backup*/
309 UpgradeLog*.XML
310 UpgradeLog*.htm
311 ServiceFabricBackup/
312 *.rptproj.bak
314 # SQL Server files
315 *.mdf
316 *.ldf
317 *.ndf
319 # Business Intelligence projects
320 *.rdl.data
321 *.bim.layout
322 *.bim_*.settings
323 *.rptproj.rsuser
324 *- [Bb]ackup.rdl
325 *- [Bb]ackup ([0-9]).rdl
326 *- [Bb]ackup ([0-9][0-9]).rdl
328 # Microsoft Fakes
329 FakesAssemblies/
331 # GhostDoc plugin setting file
332 *.GhostDoc.xml
334 # Node.js Tools for Visual Studio
335 .ntvs_analysis.dat
336 node_modules/
338 # Visual Studio 6 build log
339 *.plg
341 # Visual Studio 6 workspace options file
342 *.opt
344 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
345 *.vbw
347 # Visual Studio 6 auto-generated project file (contains which files were open etc.)
348 *.vbp
350 # Visual Studio 6 workspace and project file (working project files containing files to include in project)
351 *.dsw
352 *.dsp
354 # Visual Studio 6 technical files
355 *.ncb
356 *.aps
358 # Visual Studio LightSwitch build output
359 **/*.HTMLClient/GeneratedArtifacts
360 **/*.DesktopClient/GeneratedArtifacts
361 **/*.DesktopClient/ModelManifest.xml
362 **/*.Server/GeneratedArtifacts
363 **/*.Server/ModelManifest.xml
364 _Pvt_Extensions
366 # Paket dependency manager
367 .paket/paket.exe
368 paket-files/
370 # FAKE - F# Make
371 .fake/
373 # CodeRush personal settings
374 .cr/personal
376 # Python Tools for Visual Studio (PTVS)
377 __pycache__/
378 *.pyc
380 # Cake - Uncomment if you are using it
381 # tools/**
382 # !tools/packages.config
384 # Tabs Studio
385 *.tss
387 # Telerik's JustMock configuration file
388 *.jmconfig
390 # BizTalk build output
391 *.btp.cs
392 *.btm.cs
393 *.odx.cs
394 *.xsd.cs
396 # OpenCover UI analysis results
397 OpenCover/
399 # Azure Stream Analytics local run output
400 ASALocalRun/
402 # MSBuild Binary and Structured Log
403 *.binlog
405 # NVidia Nsight GPU debugger configuration file
406 *.nvuser
408 # MFractors (Xamarin productivity tool) working folder
409 .mfractor/
411 # Local History for Visual Studio
412 .localhistory/
414 # Visual Studio History (VSHistory) files
415 .vshistory/
417 # BeatPulse healthcheck temp database
418 healthchecksdb
420 # Backup folder for Package Reference Convert tool in Visual Studio 2017
421 MigrationBackup/
423 # Ionide (cross platform F# VS Code tools) working folder
424 .ionide/
426 # Fody - auto-generated XML schema
427 FodyWeavers.xsd
429 # VS Code files for those working on multiple tools
430 .vscode/*
431 !.vscode/settings.json
432 !.vscode/tasks.json
433 !.vscode/launch.json
434 !.vscode/extensions.json
435 *.code-workspace
437 # Local History for Visual Studio Code
438 .history/
440 # Windows Installer files from build outputs
441 *.cab
442 *.msi
443 *.msix
444 *.msm
445 *.msp
447 # JetBrains Rider
448 *.sln.iml
451 # JetBrains
453 # User-specific stuff
454 .idea/**/workspace.xml
455 .idea/**/tasks.xml
456 .idea/**/usage.statistics.xml
457 .idea/**/dictionaries
458 .idea/**/shelf
460 # AWS User-specific
461 .idea/**/aws.xml
463 # Generated files
464 .idea/**/contentModel.xml
466 # Sensitive or high-churn files
467 .idea/**/dataSources/
468 .idea/**/dataSources.ids
469 .idea/**/dataSources.local.xml
470 .idea/**/sqlDataSources.xml
471 .idea/**/dynamic.xml
472 .idea/**/uiDesigner.xml
473 .idea/**/dbnavigator.xml
475 # Gradle
476 .idea/**/gradle.xml
477 .idea/**/libraries
479 # Gradle and Maven with auto-import
480 # When using Gradle or Maven with auto-import, you should exclude module files,
481 # since they will be recreated, and may cause churn.  Uncomment if using
482 # auto-import.
483 # .idea/artifacts
484 # .idea/compiler.xml
485 # .idea/jarRepositories.xml
486 # .idea/modules.xml
487 # .idea/*.iml
488 # .idea/modules
489 # *.iml
490 # *.ipr
492 # CMake
493 cmake-build-*/
495 # Mongo Explorer plugin
496 .idea/**/mongoSettings.xml
498 # File-based project format
499 *.iws
501 # IntelliJ
502 out/
504 # mpeltonen/sbt-idea plugin
505 .idea_modules/
507 # JIRA plugin
508 atlassian-ide-plugin.xml
510 # Cursive Clojure plugin
511 .idea/replstate.xml
513 # SonarLint plugin
514 .idea/sonarlint/
516 # Crashlytics plugin (for Android Studio and IntelliJ)
517 com_crashlytics_export_strings.xml
518 crashlytics.properties
519 crashlytics-build.properties
520 fabric.properties
522 # Editor-based Rest Client
523 .idea/httpRequests
525 # Android studio 3.1+ serialized cache file
526 .idea/caches/build_file_checksums.ser
529 # KDIS
531 /include/KDIS/KConfig.hpp
532 /include/KDIS/KExport.hpp