Merge pull request #708 from Frassle/xunitmath
[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/Paket.Restore.targets
270 paket-files/
271
272 # FAKE - F# Make
273 .fake/
274
275 # CodeRush
276 .cr/
277
278 # Python Tools for Visual Studio (PTVS)
279 __pycache__/
280 *.pyc
281
282 # Cake - Uncomment if you are using it
283 # tools/**
284 # !tools/packages.config
285
286 # Tabs Studio
287 *.tss
288
289 # Telerik's JustMock configuration file
290 *.jmconfig
291
292 # BizTalk build output
293 *.btp.cs
294 *.btm.cs
295 *.odx.cs
296 *.xsd.cs
297
298 # =========================
299 # Windows detritus
300 # =========================
301
302 # Windows thumbnail cache files
303 Thumbs.db
304 ehthumbs.db
305 ehthumbs_vista.db
306
307 # Dump file
308 *.stackdump
309
310 # Folder config file
311 Desktop.ini
312
313 # Recycle Bin used on file shares
314 $RECYCLE.BIN/
315
316 # Windows Installer files
317 *.cab
318 *.msi
319 *.msm
320 *.msp
321
322 # Windows shortcuts
323 *.lnk
324
325 # ===========
326 # Macintosh
327 # ===========
328
329 # General
330 *.DS_Store
331 .AppleDouble
332 .LSOverride
333
334 # Icon must end with two \r
335 Icon
336
337
338 # Thumbnails
339 ._*
340
341 # Files that might appear in the root of a volume
342 .DocumentRevisions-V100
343 .fseventsd
344 .Spotlight-V100
345 .TemporaryItems
346 .Trashes
347 .VolumeIcon.icns
348 .com.apple.timemachine.donotpresent
349
350 # Directories potentially created on remote AFP share
351 .AppleDB
352 .AppleDesktop
353 Network Trash Folder
354 Temporary Items
355 .apdisk
356
357 # ===================================================
358 # Exclude F# project specific directories and files
359 # ===================================================
360
361 # NuGet Packages Directory
362 packages/
363
364 # Generated documentation folder
365 docs/output/
366
367 # Temp folder used for publishing docs
368 temp/
369
370 # Test results produced by build
371 TestResults.xml
372 output.mlpd
373 coverage.xml
374
375 # Nuget outputs
376 nuget/*.nupkg
377 release.cmd
378 release.sh
379 localpackages/
380 *.orig
381 docs/content/license.md
382 docs/content/release-notes.md
383 docs/tools/FSharp.Formatting.svclog
384
385 # ===========
386 # Covers JetBrains IDEs: Rider, IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
387 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
388 # ===========
389
390 # User-specific stuff:
391 .idea/**/workspace.xml
392 .idea/**/tasks.xml
393 .idea/dictionaries
394
395 # Sensitive or high-churn files:
396 .idea/**/dataSources/
397 .idea/**/dataSources.ids
398 .idea/**/dataSources.xml
399 .idea/**/dataSources.local.xml
400 .idea/**/sqlDataSources.xml
401 .idea/**/dynamic.xml
402 .idea/**/uiDesigner.xml
403
404 # Gradle:
405 .idea/**/gradle.xml
406 .idea/**/libraries
407
408 # CMake
409 cmake-build-debug/
410
411 # Mongo Explorer plugin:
412 .idea/**/mongoSettings.xml
413
414 ## File-based project format:
415 *.iws
416
417 ## Plugin-specific files:
418
419 # IntelliJ
420 /out/
421
422 # mpeltonen/sbt-idea plugin
423 .idea_modules/
424
425 # JIRA plugin
426 atlassian-ide-plugin.xml
427
428 # Cursive Clojure plugin
429 .idea/replstate.xml
430
431 # Crashlytics plugin (for Android Studio and IntelliJ)
432 com_crashlytics_export_strings.xml
433 crashlytics.properties
434 crashlytics-build.properties
435 fabric.properties
436
437 # ============
438 # MonoDevelop
439 # ============
440
441 #User Specific
442 *.usertasks
443
444 #Mono Project Files
445 *.resources
446 test-results/
447
448 # ================
449 # Linux-specific
450 # ================
451
452 # temporary files which can be created if a process still has a handle open of a deleted file
453 .fuse_hidden*
454
455 # KDE directory preferences
456 .directory
457
458 # Linux trash folder which might appear on any partition or disk
459 .Trash-*
460
461 # .nfs files are created when an open file is removed but is still being accessed
462 .nfs*
463
464 # ============
465 # VS Code
466 # ============
467
468 .vscode/*
469 !.vscode/settings.json
470 !.vscode/tasks.json
471 !.vscode/launch.json
472 !.vscode/extensions.json
473
474 # ============
475 # Emacs
476 # ============
477
478 # -*- mode: gitignore; -*-
479 \#*\#
480 /.emacs.desktop
481 /.emacs.desktop.lock
482 *.elc
483 auto-save-list
484 tramp
485 .\#*
486
487 # Org-mode
488 .org-id-locations
489 *_archive
490
491 # flymake-mode
492 *_flymake.*
493
494 # eshell files
495 /eshell/history
496 /eshell/lastdir
497
498 # elpa packages
499 /elpa/
500
501 # reftex files
502 *.rel
503
504 # AUCTeX auto folder
505 /auto/
506
507 # cask packages
508 .cask/
509 dist/
510
511 # Flycheck
512 flycheck_*.el
513
514 # server auth directory
515 /server/
516
517 # projectiles files
518 .projectile
519
520 # directory configuration
521 .dir-locals.el
522
523 # ===========
524 # Vim
525 # ===========
526
527 # Swap
528 [._]*.s[a-v][a-z]
529 [._]*.sw[a-p]
530 [._]s[a-v][a-z]
531 [._]sw[a-p]
532
533 # Session
534 Session.vim
535
536 # Temporary
537 .netrwhist
538 # Auto-generated tag files
539 tags
540
541 # OpenTK Binding files
542 .bindingsGenerated
543 src/OpenTK/Graphics/ES11/ES11.cs
544 src/OpenTK/Graphics/ES11/ES11Enums.cs
545 src/OpenTK/Graphics/ES20/ES20.cs
546 src/OpenTK/Graphics/ES20/ES20Enums.cs
547 src/OpenTK/Graphics/OpenGL/GL.cs
548 src/OpenTK/Graphics/OpenGL/GLEnums.cs
549 src/OpenTK/Graphics/OpenGL4/GL4.cs
550 src/OpenTK/Graphics/OpenGL4/GL4Enums.cs
551
552 # OpenTK AssemblyInfo files
553 **/Properties/AssemblyInfo.cs
554 **/AssemblyInfo.fs