Stop using DisplayLocks for every MakeCurrent context call.
[platform/core/csapi/opentk.git] / .gitignore
1 # =============================================
2 # Visual Studio & Associated technologies
3 # =============================================
4
5 ## Ignore Visual Studio temporary files, build results, and
6 ## files generated by popular Visual Studio add-ons.
7 ##
8 ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
9
10 # User-specific files
11 *.suo
12 *.user
13 *.userosscache
14 *.sln.docstates
15
16 # User-specific files (MonoDevelop/Xamarin Studio)
17 *.userprefs
18
19 # Build results
20 [Dd]ebug/
21 [Dd]ebugPublic/
22 [Rr]elease/
23 [Rr]eleases/
24 x64/
25 x86/
26 bld/
27 [Bb]in/
28 [Oo]bj/
29 [Ll]og/
30
31 # Visual Studio 2015 cache/options directory
32 .vs/
33 # Uncomment if you have tasks that create the project's static files in wwwroot
34 #wwwroot/
35
36 # MSTest test Results
37 [Tt]est[Rr]esult*/
38 [Bb]uild[Ll]og.*
39
40 # NUNIT
41 *.VisualState.xml
42 TestResult.xml
43
44 # Build Results of an ATL Project
45 [Dd]ebugPS/
46 [Rr]eleasePS/
47 dlldata.c
48
49 # Benchmark Results
50 BenchmarkDotNet.Artifacts/
51
52 # .NET Core
53 project.lock.json
54 project.fragment.lock.json
55 artifacts/
56 **/Properties/launchSettings.json
57
58 *_i.c
59 *_p.c
60 *_i.h
61 *.ilk
62 *.meta
63 *.obj
64 *.pch
65 *.pdb
66 *.pgc
67 *.pgd
68 *.rsp
69 *.sbr
70 *.tlb
71 *.tli
72 *.tlh
73 *.tmp
74 *.tmp_proj
75 *.log
76 *.vspscc
77 *.vssscc
78 .builds
79 *.pidb
80 *.svclog
81 *.scc
82
83 # Chutzpah Test files
84 _Chutzpah*
85
86 # Visual C++ cache files
87 ipch/
88 *.aps
89 *.ncb
90 *.opendb
91 *.opensdf
92 *.sdf
93 *.cachefile
94 *.VC.db
95 *.VC.VC.opendb
96
97 # Visual Studio profiler
98 *.psess
99 *.vsp
100 *.vspx
101 *.sap
102
103 # TFS 2012 Local Workspace
104 $tf/
105
106 # Guidance Automation Toolkit
107 *.gpState
108
109 # ReSharper is a .NET coding add-in
110 _ReSharper*/
111 *.[Rr]e[Ss]harper
112 *.DotSettings.user
113
114 # JustCode is a .NET coding add-in
115 .JustCode
116
117 # TeamCity is a build add-in
118 _TeamCity*
119
120 # DotCover is a Code Coverage Tool
121 *.dotCover
122
123 # Visual Studio code coverage results
124 *.coverage
125 *.coveragexml
126
127 # NCrunch
128 _NCrunch_*
129 .*crunch*.local.xml
130 nCrunchTemp_*
131
132 # MightyMoose
133 *.mm.*
134 AutoTest.Net/
135
136 # Web workbench (sass)
137 .sass-cache/
138
139 # Installshield output folder
140 [Ee]xpress/
141
142 # DocProject is a documentation generator add-in
143 DocProject/buildhelp/
144 DocProject/Help/*.HxT
145 DocProject/Help/*.HxC
146 DocProject/Help/*.hhc
147 DocProject/Help/*.hhk
148 DocProject/Help/*.hhp
149 DocProject/Help/Html2
150 DocProject/Help/html
151
152 # Click-Once directory
153 publish/
154
155 # Publish Web Output
156 *.[Pp]ublish.xml
157 *.azurePubxml
158 # TODO: Comment the next line if you want to checkin your web deploy settings
159 # but database connection strings (with potential passwords) will be unencrypted
160 *.pubxml
161 *.publishproj
162
163 # Microsoft Azure Web App publish settings. Comment the next line if you want to
164 # checkin your Azure Web App publish settings, but sensitive information contained
165 # in these scripts will be unencrypted
166 PublishScripts/
167
168 # NuGet Packages
169 *.nupkg
170 # The packages folder can be ignored because of Package Restore
171 **/packages/*
172 # except build/, which is used as an MSBuild target.
173 !**/packages/build/
174 # Uncomment if necessary however generally it will be regenerated when needed
175 #!**/packages/repositories.config
176 # NuGet v3's project.json files produces more ignorable files
177 *.nuget.props
178 *.nuget.targets
179
180 # Microsoft Azure Build Output
181 csx/
182 *.build.csdef
183
184 # Microsoft Azure Emulator
185 ecf/
186 rcf/
187
188 # Windows Store app package directories and files
189 AppPackages/
190 BundleArtifacts/
191 Package.StoreAssociation.xml
192 _pkginfo.txt
193 *.appx
194
195 # Visual Studio cache files
196 # files ending in .cache can be ignored
197 *.[Cc]ache
198 # but keep track of directories ending in .cache
199 !*.[Cc]ache/
200
201 # Others
202 ClientBin/
203 ~$*
204 *~
205 *.dbmdl
206 *.dbproj.schemaview
207 *.jfm
208 *.pfx
209 *.publishsettings
210 orleans.codegen.cs
211
212 # Since there are multiple workflows, uncomment next line to ignore bower_components
213 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
214 #bower_components/
215
216 # RIA/Silverlight projects
217 Generated_Code/
218
219 # Backup & report files from converting an old project file
220 # to a newer Visual Studio version. Backup files are not needed,
221 # because we have git ;-)
222 _UpgradeReport_Files/
223 Backup*/
224 UpgradeLog*.XML
225 UpgradeLog*.htm
226
227 # SQL Server files
228 *.mdf
229 *.ldf
230 *.ndf
231
232 # Business Intelligence projects
233 *.rdl.data
234 *.bim.layout
235 *.bim_*.settings
236
237 # Microsoft Fakes
238 FakesAssemblies/
239
240 # GhostDoc plugin setting file
241 *.GhostDoc.xml
242
243 # Node.js Tools for Visual Studio
244 .ntvs_analysis.dat
245 node_modules/
246
247 # Typescript v1 declaration files
248 typings/
249
250 # Visual Studio 6 build log
251 *.plg
252
253 # Visual Studio 6 workspace options file
254 *.opt
255
256 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
257 *.vbw
258
259 # Visual Studio LightSwitch build output
260 **/*.HTMLClient/GeneratedArtifacts
261 **/*.DesktopClient/GeneratedArtifacts
262 **/*.DesktopClient/ModelManifest.xml
263 **/*.Server/GeneratedArtifacts
264 **/*.Server/ModelManifest.xml
265 _Pvt_Extensions
266
267 # Paket dependency manager
268 .paket/paket.exe
269 paket-files/
270
271 # FAKE - F# Make
272 .fake/
273
274 # CodeRush
275 .cr/
276
277 # Python Tools for Visual Studio (PTVS)
278 __pycache__/
279 *.pyc
280
281 # Cake - Uncomment if you are using it
282 # tools/**
283 # !tools/packages.config
284
285 # Tabs Studio
286 *.tss
287
288 # Telerik's JustMock configuration file
289 *.jmconfig
290
291 # BizTalk build output
292 *.btp.cs
293 *.btm.cs
294 *.odx.cs
295 *.xsd.cs
296
297 # =========================
298 # Windows detritus
299 # =========================
300
301 # Windows thumbnail cache files
302 Thumbs.db
303 ehthumbs.db
304 ehthumbs_vista.db
305
306 # Dump file
307 *.stackdump
308
309 # Folder config file
310 Desktop.ini
311
312 # Recycle Bin used on file shares
313 $RECYCLE.BIN/
314
315 # Windows Installer files
316 *.cab
317 *.msi
318 *.msm
319 *.msp
320
321 # Windows shortcuts
322 *.lnk
323
324 # ===========
325 # Macintosh
326 # ===========
327
328 # General
329 *.DS_Store
330 .AppleDouble
331 .LSOverride
332
333 # Icon must end with two \r
334 Icon
335
336
337 # Thumbnails
338 ._*
339
340 # Files that might appear in the root of a volume
341 .DocumentRevisions-V100
342 .fseventsd
343 .Spotlight-V100
344 .TemporaryItems
345 .Trashes
346 .VolumeIcon.icns
347 .com.apple.timemachine.donotpresent
348
349 # Directories potentially created on remote AFP share
350 .AppleDB
351 .AppleDesktop
352 Network Trash Folder
353 Temporary Items
354 .apdisk
355
356 # ===================================================
357 # Exclude F# project specific directories and files
358 # ===================================================
359
360 # NuGet Packages Directory
361 packages/
362
363 # Generated documentation folder
364 docs/output/
365
366 # Temp folder used for publishing docs
367 temp/
368
369 # Test results produced by build
370 TestResults.xml
371 output.mlpd
372 coverage.xml
373
374 # Nuget outputs
375 nuget/*.nupkg
376 release.cmd
377 release.sh
378 localpackages/
379 paket-files
380 *.orig
381 .paket/paket.exe
382 docs/content/license.md
383 docs/content/release-notes.md
384 .fake
385 docs/tools/FSharp.Formatting.svclog
386
387 # ===========
388 # Covers JetBrains IDEs: Rider, IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
389 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
390 # ===========
391
392 # User-specific stuff:
393 .idea/**/workspace.xml
394 .idea/**/tasks.xml
395 .idea/dictionaries
396
397 # Sensitive or high-churn files:
398 .idea/**/dataSources/
399 .idea/**/dataSources.ids
400 .idea/**/dataSources.xml
401 .idea/**/dataSources.local.xml
402 .idea/**/sqlDataSources.xml
403 .idea/**/dynamic.xml
404 .idea/**/uiDesigner.xml
405
406 # Gradle:
407 .idea/**/gradle.xml
408 .idea/**/libraries
409
410 # CMake
411 cmake-build-debug/
412
413 # Mongo Explorer plugin:
414 .idea/**/mongoSettings.xml
415
416 ## File-based project format:
417 *.iws
418
419 ## Plugin-specific files:
420
421 # IntelliJ
422 /out/
423
424 # mpeltonen/sbt-idea plugin
425 .idea_modules/
426
427 # JIRA plugin
428 atlassian-ide-plugin.xml
429
430 # Cursive Clojure plugin
431 .idea/replstate.xml
432
433 # Crashlytics plugin (for Android Studio and IntelliJ)
434 com_crashlytics_export_strings.xml
435 crashlytics.properties
436 crashlytics-build.properties
437 fabric.properties
438
439 # ============
440 # MonoDevelop
441 # ============
442
443 #User Specific
444 *.userprefs
445 *.usertasks
446
447 #Mono Project Files
448 *.pidb
449 *.resources
450 test-results/
451
452 # ================
453 # Linux-specific
454 # ================
455
456 *~
457
458 # temporary files which can be created if a process still has a handle open of a deleted file
459 .fuse_hidden*
460
461 # KDE directory preferences
462 .directory
463
464 # Linux trash folder which might appear on any partition or disk
465 .Trash-*
466
467 # .nfs files are created when an open file is removed but is still being accessed
468 .nfs*
469
470 # ============
471 # VS Code
472 # ============
473
474 .vscode/*
475 !.vscode/settings.json
476 !.vscode/tasks.json
477 !.vscode/launch.json
478 !.vscode/extensions.json
479
480 # ============
481 # Emacs
482 # ============
483
484 # -*- mode: gitignore; -*-
485 *~
486 \#*\#
487 /.emacs.desktop
488 /.emacs.desktop.lock
489 *.elc
490 auto-save-list
491 tramp
492 .\#*
493
494 # Org-mode
495 .org-id-locations
496 *_archive
497
498 # flymake-mode
499 *_flymake.*
500
501 # eshell files
502 /eshell/history
503 /eshell/lastdir
504
505 # elpa packages
506 /elpa/
507
508 # reftex files
509 *.rel
510
511 # AUCTeX auto folder
512 /auto/
513
514 # cask packages
515 .cask/
516 dist/
517
518 # Flycheck
519 flycheck_*.el
520
521 # server auth directory
522 /server/
523
524 # projectiles files
525 .projectile
526
527 # directory configuration
528 .dir-locals.el
529
530 # ===========
531 # Vim
532 # ===========
533
534 # Swap
535 [._]*.s[a-v][a-z]
536 [._]*.sw[a-p]
537 [._]s[a-v][a-z]
538 [._]sw[a-p]
539
540 # Session
541 Session.vim
542
543 # Temporary
544 .netrwhist
545 *~
546 # Auto-generated tag files
547 tags