mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 07:35:27 +00:00
update gitignore
This commit is contained in:
parent
c609933059
commit
c5f97fc94c
969
.gitignore
vendored
969
.gitignore
vendored
|
@ -1,424 +1,424 @@
|
||||||
|
|
||||||
# Created by https://www.gitignore.io/api/vim,osx,linux,macos,emacs,fsharp,csharp,windows,android,monodevelop,intellij+all,visualstudio,xamarinstudio,visualstudiocode
|
# C r e a t e d b y h t t p s : / / w w w . g i t i g n o r e . i o / a p i / v i m , o s x , l i n u x , m a c o s , e m a c s , f s h a r p , c s h a r p , w i n d o w s , a n d r o i d , m o n o d e v e l o p , i n t e l l i j + a l l , v i s u a l s t u d i o , x a m a r i n s t u d i o , v i s u a l s t u d i o c o d e
|
||||||
|
|
||||||
### Android ###
|
# # # A n d r o i d # # #
|
||||||
# Built application files
|
# B u i l t a p p l i c a t i o n f i l e s
|
||||||
*.apk
|
* . a p k
|
||||||
*.ap_
|
* . a p _
|
||||||
|
|
||||||
# Files for the ART/Dalvik VM
|
# F i l e s f o r t h e A R T / D a l v i k V M
|
||||||
*.dex
|
* . d e x
|
||||||
|
|
||||||
# Java class files
|
# J a v a c l a s s f i l e s
|
||||||
*.class
|
* . c l a s s
|
||||||
|
|
||||||
# Generated files
|
# G e n e r a t e d f i l e s
|
||||||
bin/
|
b i n /
|
||||||
gen/
|
g e n /
|
||||||
out/
|
o u t /
|
||||||
|
|
||||||
# Gradle files
|
# G r a d l e f i l e s
|
||||||
.gradle/
|
. g r a d l e /
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
# L o c a l c o n f i g u r a t i o n f i l e ( s d k p a t h , e t c )
|
||||||
local.properties
|
l o c a l . p r o p e r t i e s
|
||||||
|
|
||||||
# Proguard folder generated by Eclipse
|
# P r o g u a r d f o l d e r g e n e r a t e d b y E c l i p s e
|
||||||
proguard/
|
p r o g u a r d /
|
||||||
|
|
||||||
# Log Files
|
# L o g F i l e s
|
||||||
*.log
|
* . l o g
|
||||||
|
|
||||||
# Android Studio Navigation editor temp files
|
# A n d r o i d S t u d i o N a v i g a t i o n e d i t o r t e m p f i l e s
|
||||||
.navigation/
|
. n a v i g a t i o n /
|
||||||
|
|
||||||
# Android Studio captures folder
|
# A n d r o i d S t u d i o c a p t u r e s f o l d e r
|
||||||
captures/
|
c a p t u r e s /
|
||||||
|
|
||||||
# Intellij
|
# I n t e l l i j
|
||||||
*.iml
|
* . i m l
|
||||||
.idea/workspace.xml
|
. i d e a / w o r k s p a c e . x m l
|
||||||
.idea/tasks.xml
|
. i d e a / t a s k s . x m l
|
||||||
.idea/gradle.xml
|
. i d e a / g r a d l e . x m l
|
||||||
.idea/dictionaries
|
. i d e a / d i c t i o n a r i e s
|
||||||
.idea/libraries
|
. i d e a / l i b r a r i e s
|
||||||
|
|
||||||
# External native build folder generated in Android Studio 2.2 and later
|
# E x t e r n a l n a t i v e b u i l d f o l d e r g e n e r a t e d i n A n d r o i d S t u d i o 2 . 2 a n d l a t e r
|
||||||
.externalNativeBuild
|
. e x t e r n a l N a t i v e B u i l d
|
||||||
|
|
||||||
# Freeline
|
# F r e e l i n e
|
||||||
freeline.py
|
f r e e l i n e . p y
|
||||||
freeline/
|
f r e e l i n e /
|
||||||
freeline_project_description.json
|
f r e e l i n e _ p r o j e c t _ d e s c r i p t i o n . j s o n
|
||||||
|
|
||||||
### Android Patch ###
|
# # # A n d r o i d P a t c h # # #
|
||||||
gen-external-apklibs
|
g e n - e x t e r n a l - a p k l i b s
|
||||||
|
|
||||||
### Csharp ###
|
# # # C s h a r p # # #
|
||||||
## Ignore Visual Studio temporary files, build results, and
|
# # I g n o r e V i s u a l S t u d i o t e m p o r a r y f i l e s , b u i l d r e s u l t s , a n d
|
||||||
## files generated by popular Visual Studio add-ons.
|
# # f i l e s g e n e r a t e d b y p o p u l a r V i s u a l S t u d i o a d d - o n s .
|
||||||
##
|
# #
|
||||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
# # G e t l a t e s t f r o m h t t p s : / / g i t h u b . c o m / g i t h u b / g i t i g n o r e / b l o b / m a s t e r / V i s u a l S t u d i o . g i t i g n o r e
|
||||||
|
|
||||||
# User-specific files
|
# U s e r - s p e c i f i c f i l e s
|
||||||
*.suo
|
* . s u o
|
||||||
*.user
|
* . u s e r
|
||||||
*.userosscache
|
* . u s e r o s s c a c h e
|
||||||
*.sln.docstates
|
* . s l n . d o c s t a t e s
|
||||||
|
|
||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
# U s e r - s p e c i f i c f i l e s ( M o n o D e v e l o p / X a m a r i n S t u d i o )
|
||||||
*.userprefs
|
* . u s e r p r e f s
|
||||||
|
|
||||||
# Build results
|
# B u i l d r e s u l t s
|
||||||
[Dd]ebug/
|
[ D d ] e b u g /
|
||||||
[Dd]ebugPublic/
|
[ D d ] e b u g P u b l i c /
|
||||||
[Rr]elease/
|
[ R r ] e l e a s e /
|
||||||
[Rr]eleases/
|
[ R r ] e l e a s e s /
|
||||||
x64/
|
x 6 4 /
|
||||||
x86/
|
x 8 6 /
|
||||||
bld/
|
b l d /
|
||||||
[Bb]in/
|
[ B b ] i n /
|
||||||
[Oo]bj/
|
[ O o ] b j /
|
||||||
[Ll]og/
|
[ L l ] o g /
|
||||||
|
|
||||||
# Visual Studio 2015 cache/options directory
|
# V i s u a l S t u d i o 2 0 1 5 c a c h e / o p t i o n s d i r e c t o r y
|
||||||
.vs/
|
. v s /
|
||||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
# U n c o m m e n t i f y o u h a v e t a s k s t h a t c r e a t e t h e p r o j e c t ' s s t a t i c f i l e s i n w w w r o o t
|
||||||
#wwwroot/
|
# w w w r o o t /
|
||||||
|
|
||||||
# MSTest test Results
|
# M S T e s t t e s t R e s u l t s
|
||||||
[Tt]est[Rr]esult*/
|
[ T t ] e s t [ R r ] e s u l t * /
|
||||||
[Bb]uild[Ll]og.*
|
[ B b ] u i l d [ L l ] o g . *
|
||||||
|
|
||||||
# NUNIT
|
# N U N I T
|
||||||
*.VisualState.xml
|
* . V i s u a l S t a t e . x m l
|
||||||
TestResult.xml
|
T e s t R e s u l t . x m l
|
||||||
|
|
||||||
# Build Results of an ATL Project
|
# B u i l d R e s u l t s o f a n A T L P r o j e c t
|
||||||
[Dd]ebugPS/
|
[ D d ] e b u g P S /
|
||||||
[Rr]eleasePS/
|
[ R r ] e l e a s e P S /
|
||||||
dlldata.c
|
d l l d a t a . c
|
||||||
|
|
||||||
# .NET Core
|
# . N E T C o r e
|
||||||
project.lock.json
|
p r o j e c t . l o c k . j s o n
|
||||||
project.fragment.lock.json
|
p r o j e c t . f r a g m e n t . l o c k . j s o n
|
||||||
artifacts/
|
a r t i f a c t s /
|
||||||
**/Properties/launchSettings.json
|
* * / P r o p e r t i e s / l a u n c h S e t t i n g s . j s o n
|
||||||
|
|
||||||
*_i.c
|
* _ i . c
|
||||||
*_p.c
|
* _ p . c
|
||||||
*_i.h
|
* _ i . h
|
||||||
*.ilk
|
* . i l k
|
||||||
*.meta
|
* . m e t a
|
||||||
*.obj
|
* . o b j
|
||||||
*.pch
|
* . p c h
|
||||||
*.pdb
|
* . p d b
|
||||||
*.pgc
|
* . p g c
|
||||||
*.pgd
|
* . p g d
|
||||||
*.rsp
|
* . r s p
|
||||||
*.sbr
|
* . s b r
|
||||||
*.tlb
|
* . t l b
|
||||||
*.tli
|
* . t l i
|
||||||
*.tlh
|
* . t l h
|
||||||
*.tmp
|
* . t m p
|
||||||
*.tmp_proj
|
* . t m p _ p r o j
|
||||||
*.vspscc
|
* . v s p s c c
|
||||||
*.vssscc
|
* . v s s s c c
|
||||||
.builds
|
. b u i l d s
|
||||||
*.pidb
|
* . p i d b
|
||||||
*.svclog
|
* . s v c l o g
|
||||||
*.scc
|
* . s c c
|
||||||
|
|
||||||
# Chutzpah Test files
|
# C h u t z p a h T e s t f i l e s
|
||||||
_Chutzpah*
|
_ C h u t z p a h *
|
||||||
|
|
||||||
# Visual C++ cache files
|
# V i s u a l C + + c a c h e f i l e s
|
||||||
ipch/
|
i p c h /
|
||||||
*.aps
|
* . a p s
|
||||||
*.ncb
|
* . n c b
|
||||||
*.opendb
|
* . o p e n d b
|
||||||
*.opensdf
|
* . o p e n s d f
|
||||||
*.sdf
|
* . s d f
|
||||||
*.cachefile
|
* . c a c h e f i l e
|
||||||
*.VC.db
|
* . V C . d b
|
||||||
*.VC.VC.opendb
|
* . V C . V C . o p e n d b
|
||||||
|
|
||||||
# Visual Studio profiler
|
# V i s u a l S t u d i o p r o f i l e r
|
||||||
*.psess
|
* . p s e s s
|
||||||
*.vsp
|
* . v s p
|
||||||
*.vspx
|
* . v s p x
|
||||||
*.sap
|
* . s a p
|
||||||
|
|
||||||
# TFS 2012 Local Workspace
|
# T F S 2 0 1 2 L o c a l W o r k s p a c e
|
||||||
$tf/
|
$ t f /
|
||||||
|
|
||||||
# Guidance Automation Toolkit
|
# G u i d a n c e A u t o m a t i o n T o o l k i t
|
||||||
*.gpState
|
* . g p S t a t e
|
||||||
|
|
||||||
# ReSharper is a .NET coding add-in
|
# R e S h a r p e r i s a . N E T c o d i n g a d d - i n
|
||||||
_ReSharper*/
|
_ R e S h a r p e r * /
|
||||||
*.[Rr]e[Ss]harper
|
* . [ R r ] e [ S s ] h a r p e r
|
||||||
*.DotSettings.user
|
* . D o t S e t t i n g s . u s e r
|
||||||
|
|
||||||
# JustCode is a .NET coding add-in
|
# J u s t C o d e i s a . N E T c o d i n g a d d - i n
|
||||||
.JustCode
|
. J u s t C o d e
|
||||||
|
|
||||||
# TeamCity is a build add-in
|
# T e a m C i t y i s a b u i l d a d d - i n
|
||||||
_TeamCity*
|
_ T e a m C i t y *
|
||||||
|
|
||||||
# DotCover is a Code Coverage Tool
|
# D o t C o v e r i s a C o d e C o v e r a g e T o o l
|
||||||
*.dotCover
|
* . d o t C o v e r
|
||||||
|
|
||||||
# Visual Studio code coverage results
|
# V i s u a l S t u d i o c o d e c o v e r a g e r e s u l t s
|
||||||
*.coverage
|
* . c o v e r a g e
|
||||||
*.coveragexml
|
* . c o v e r a g e x m l
|
||||||
|
|
||||||
# NCrunch
|
# N C r u n c h
|
||||||
_NCrunch_*
|
_ N C r u n c h _ *
|
||||||
.*crunch*.local.xml
|
. * c r u n c h * . l o c a l . x m l
|
||||||
nCrunchTemp_*
|
n C r u n c h T e m p _ *
|
||||||
|
|
||||||
# MightyMoose
|
# M i g h t y M o o s e
|
||||||
*.mm.*
|
* . m m . *
|
||||||
AutoTest.Net/
|
A u t o T e s t . N e t /
|
||||||
|
|
||||||
# Web workbench (sass)
|
# W e b w o r k b e n c h ( s a s s )
|
||||||
.sass-cache/
|
. s a s s - c a c h e /
|
||||||
|
|
||||||
# Installshield output folder
|
# I n s t a l l s h i e l d o u t p u t f o l d e r
|
||||||
[Ee]xpress/
|
[ E e ] x p r e s s /
|
||||||
|
|
||||||
# DocProject is a documentation generator add-in
|
# D o c P r o j e c t i s a d o c u m e n t a t i o n g e n e r a t o r a d d - i n
|
||||||
DocProject/buildhelp/
|
D o c P r o j e c t / b u i l d h e l p /
|
||||||
DocProject/Help/*.HxT
|
D o c P r o j e c t / H e l p / * . H x T
|
||||||
DocProject/Help/*.HxC
|
D o c P r o j e c t / H e l p / * . H x C
|
||||||
DocProject/Help/*.hhc
|
D o c P r o j e c t / H e l p / * . h h c
|
||||||
DocProject/Help/*.hhk
|
D o c P r o j e c t / H e l p / * . h h k
|
||||||
DocProject/Help/*.hhp
|
D o c P r o j e c t / H e l p / * . h h p
|
||||||
DocProject/Help/Html2
|
D o c P r o j e c t / H e l p / H t m l 2
|
||||||
DocProject/Help/html
|
D o c P r o j e c t / H e l p / h t m l
|
||||||
|
|
||||||
# Click-Once directory
|
# C l i c k - O n c e d i r e c t o r y
|
||||||
publish/
|
p u b l i s h /
|
||||||
|
|
||||||
# Publish Web Output
|
# P u b l i s h W e b O u t p u t
|
||||||
*.[Pp]ublish.xml
|
* . [ P p ] u b l i s h . x m l
|
||||||
*.azurePubxml
|
* . a z u r e P u b x m l
|
||||||
# TODO: Uncomment the next line to ignore your web deploy settings.
|
# T O D O : U n c o m m e n t t h e n e x t l i n e t o i g n o r e y o u r w e b d e p l o y s e t t i n g s .
|
||||||
# By default, sensitive information, such as encrypted password
|
# B y d e f a u l t , s e n s i t i v e i n f o r m a t i o n , s u c h a s e n c r y p t e d p a s s w o r d
|
||||||
# should be stored in the .pubxml.user file.
|
# s h o u l d b e s t o r e d i n t h e . p u b x m l . u s e r f i l e .
|
||||||
#*.pubxml
|
# * . p u b x m l
|
||||||
*.pubxml.user
|
* . p u b x m l . u s e r
|
||||||
*.publishproj
|
* . p u b l i s h p r o j
|
||||||
|
|
||||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
# M i c r o s o f t A z u r e W e b A p p p u b l i s h s e t t i n g s . C o m m e n t t h e n e x t l i n e i f y o u w a n t t o
|
||||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
# c h e c k i n y o u r A z u r e W e b A p p p u b l i s h s e t t i n g s , b u t s e n s i t i v e i n f o r m a t i o n c o n t a i n e d
|
||||||
# in these scripts will be unencrypted
|
# i n t h e s e s c r i p t s w i l l b e u n e n c r y p t e d
|
||||||
PublishScripts/
|
P u b l i s h S c r i p t s /
|
||||||
|
|
||||||
# NuGet Packages
|
# N u G e t P a c k a g e s
|
||||||
*.nupkg
|
* . n u p k g
|
||||||
# The packages folder can be ignored because of Package Restore
|
# T h e p a c k a g e s f o l d e r c a n b e i g n o r e d b e c a u s e o f P a c k a g e R e s t o r e
|
||||||
**/packages/*
|
* * / p a c k a g e s / *
|
||||||
# except build/, which is used as an MSBuild target.
|
# e x c e p t b u i l d / , w h i c h i s u s e d a s a n M S B u i l d t a r g e t .
|
||||||
!**/packages/build/
|
! * * / p a c k a g e s / b u i l d /
|
||||||
# Uncomment if necessary however generally it will be regenerated when needed
|
# U n c o m m e n t i f n e c e s s a r y h o w e v e r g e n e r a l l y i t w i l l b e r e g e n e r a t e d w h e n n e e d e d
|
||||||
#!**/packages/repositories.config
|
# ! * * / p a c k a g e s / r e p o s i t o r i e s . c o n f i g
|
||||||
# NuGet v3's project.json files produces more ignorable files
|
# N u G e t v 3 ' s p r o j e c t . j s o n f i l e s p r o d u c e s m o r e i g n o r a b l e f i l e s
|
||||||
*.nuget.props
|
* . n u g e t . p r o p s
|
||||||
*.nuget.targets
|
* . n u g e t . t a r g e t s
|
||||||
|
|
||||||
# Microsoft Azure Build Output
|
# M i c r o s o f t A z u r e B u i l d O u t p u t
|
||||||
csx/
|
c s x /
|
||||||
*.build.csdef
|
* . b u i l d . c s d e f
|
||||||
|
|
||||||
# Microsoft Azure Emulator
|
# M i c r o s o f t A z u r e E m u l a t o r
|
||||||
ecf/
|
e c f /
|
||||||
rcf/
|
r c f /
|
||||||
|
|
||||||
# Windows Store app package directories and files
|
# W i n d o w s S t o r e a p p p a c k a g e d i r e c t o r i e s a n d f i l e s
|
||||||
AppPackages/
|
A p p P a c k a g e s /
|
||||||
BundleArtifacts/
|
B u n d l e A r t i f a c t s /
|
||||||
Package.StoreAssociation.xml
|
P a c k a g e . S t o r e A s s o c i a t i o n . x m l
|
||||||
_pkginfo.txt
|
_ p k g i n f o . t x t
|
||||||
|
|
||||||
# Visual Studio cache files
|
# V i s u a l S t u d i o c a c h e f i l e s
|
||||||
# files ending in .cache can be ignored
|
# f i l e s e n d i n g i n . c a c h e c a n b e i g n o r e d
|
||||||
*.[Cc]ache
|
* . [ C c ] a c h e
|
||||||
# but keep track of directories ending in .cache
|
# b u t k e e p t r a c k o f d i r e c t o r i e s e n d i n g i n . c a c h e
|
||||||
!*.[Cc]ache/
|
! * . [ C c ] a c h e /
|
||||||
|
|
||||||
# Others
|
# O t h e r s
|
||||||
ClientBin/
|
C l i e n t B i n /
|
||||||
~$*
|
~ $ *
|
||||||
*~
|
* ~
|
||||||
*.dbmdl
|
* . d b m d l
|
||||||
*.dbproj.schemaview
|
* . d b p r o j . s c h e m a v i e w
|
||||||
*.jfm
|
* . j f m
|
||||||
*.pfx
|
* . p f x
|
||||||
*.publishsettings
|
* . p u b l i s h s e t t i n g s
|
||||||
orleans.codegen.cs
|
o r l e a n s . c o d e g e n . c s
|
||||||
|
|
||||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
# S i n c e t h e r e a r e m u l t i p l e w o r k f l o w s , u n c o m m e n t n e x t l i n e t o i g n o r e b o w e r _ c o m p o n e n t s
|
||||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
# ( h t t p s : / / g i t h u b . c o m / g i t h u b / g i t i g n o r e / p u l l / 1 5 2 9 # i s s u e c o m m e n t - 1 0 4 3 7 2 6 2 2 )
|
||||||
#bower_components/
|
# b o w e r _ c o m p o n e n t s /
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
# R I A / S i l v e r l i g h t p r o j e c t s
|
||||||
Generated_Code/
|
G e n e r a t e d _ C o d e /
|
||||||
|
|
||||||
# Backup & report files from converting an old project file
|
# B a c k u p & r e p o r t f i l e s f r o m c o n v e r t i n g a n o l d p r o j e c t f i l e
|
||||||
# to a newer Visual Studio version. Backup files are not needed,
|
# t o a n e w e r V i s u a l S t u d i o v e r s i o n . B a c k u p f i l e s a r e n o t n e e d e d ,
|
||||||
# because we have git ;-)
|
# b e c a u s e w e h a v e g i t ; - )
|
||||||
_UpgradeReport_Files/
|
_ U p g r a d e R e p o r t _ F i l e s /
|
||||||
Backup*/
|
B a c k u p * /
|
||||||
UpgradeLog*.XML
|
U p g r a d e L o g * . X M L
|
||||||
UpgradeLog*.htm
|
U p g r a d e L o g * . h t m
|
||||||
|
|
||||||
# SQL Server files
|
# S Q L S e r v e r f i l e s
|
||||||
*.mdf
|
* . m d f
|
||||||
*.ldf
|
* . l d f
|
||||||
*.ndf
|
* . n d f
|
||||||
|
|
||||||
# Business Intelligence projects
|
# B u s i n e s s I n t e l l i g e n c e p r o j e c t s
|
||||||
*.rdl.data
|
* . r d l . d a t a
|
||||||
*.bim.layout
|
* . b i m . l a y o u t
|
||||||
*.bim_*.settings
|
* . b i m _ * . s e t t i n g s
|
||||||
|
|
||||||
# Microsoft Fakes
|
# M i c r o s o f t F a k e s
|
||||||
FakesAssemblies/
|
F a k e s A s s e m b l i e s /
|
||||||
|
|
||||||
# GhostDoc plugin setting file
|
# G h o s t D o c p l u g i n s e t t i n g f i l e
|
||||||
*.GhostDoc.xml
|
* . G h o s t D o c . x m l
|
||||||
|
|
||||||
# Node.js Tools for Visual Studio
|
# N o d e . j s T o o l s f o r V i s u a l S t u d i o
|
||||||
.ntvs_analysis.dat
|
. n t v s _ a n a l y s i s . d a t
|
||||||
node_modules/
|
n o d e _ m o d u l e s /
|
||||||
|
|
||||||
# Typescript v1 declaration files
|
# T y p e s c r i p t v 1 d e c l a r a t i o n f i l e s
|
||||||
typings/
|
t y p i n g s /
|
||||||
|
|
||||||
# Visual Studio 6 build log
|
# V i s u a l S t u d i o 6 b u i l d l o g
|
||||||
*.plg
|
* . p l g
|
||||||
|
|
||||||
# Visual Studio 6 workspace options file
|
# V i s u a l S t u d i o 6 w o r k s p a c e o p t i o n s f i l e
|
||||||
*.opt
|
* . o p t
|
||||||
|
|
||||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
# V i s u a l S t u d i o 6 a u t o - g e n e r a t e d w o r k s p a c e f i l e ( c o n t a i n s w h i c h f i l e s w e r e o p e n e t c . )
|
||||||
*.vbw
|
* . v b w
|
||||||
|
|
||||||
# Visual Studio LightSwitch build output
|
# V i s u a l S t u d i o L i g h t S w i t c h b u i l d o u t p u t
|
||||||
**/*.HTMLClient/GeneratedArtifacts
|
* * / * . H T M L C l i e n t / G e n e r a t e d A r t i f a c t s
|
||||||
**/*.DesktopClient/GeneratedArtifacts
|
* * / * . D e s k t o p C l i e n t / G e n e r a t e d A r t i f a c t s
|
||||||
**/*.DesktopClient/ModelManifest.xml
|
* * / * . D e s k t o p C l i e n t / M o d e l M a n i f e s t . x m l
|
||||||
**/*.Server/GeneratedArtifacts
|
* * / * . S e r v e r / G e n e r a t e d A r t i f a c t s
|
||||||
**/*.Server/ModelManifest.xml
|
* * / * . S e r v e r / M o d e l M a n i f e s t . x m l
|
||||||
_Pvt_Extensions
|
_ P v t _ E x t e n s i o n s
|
||||||
|
|
||||||
# Paket dependency manager
|
# P a k e t d e p e n d e n c y m a n a g e r
|
||||||
.paket/paket.exe
|
. p a k e t / p a k e t . e x e
|
||||||
paket-files/
|
p a k e t - f i l e s /
|
||||||
*.Restore.targets
|
* . R e s t o r e . t a r g e t s
|
||||||
|
|
||||||
# FAKE - F# Make
|
# F A K E - F # M a k e
|
||||||
.fake/
|
. f a k e /
|
||||||
|
|
||||||
# JetBrains Rider
|
# J e t B r a i n s R i d e r
|
||||||
.idea/
|
. i d e a /
|
||||||
*.sln.iml
|
* . s l n . i m l
|
||||||
|
|
||||||
# CodeRush
|
# C o d e R u s h
|
||||||
.cr/
|
. c r /
|
||||||
|
|
||||||
# Python Tools for Visual Studio (PTVS)
|
# P y t h o n T o o l s f o r V i s u a l S t u d i o ( P T V S )
|
||||||
__pycache__/
|
_ _ p y c a c h e _ _ /
|
||||||
*.pyc
|
* . p y c
|
||||||
|
|
||||||
# Cake - Uncomment if you are using it
|
# C a k e - U n c o m m e n t i f y o u a r e u s i n g i t
|
||||||
# tools/**
|
# t o o l s / * *
|
||||||
# !tools/packages.config
|
# ! t o o l s / p a c k a g e s . c o n f i g
|
||||||
|
|
||||||
# Telerik's JustMock configuration file
|
# T e l e r i k ' s J u s t M o c k c o n f i g u r a t i o n f i l e
|
||||||
*.jmconfig
|
* . j m c o n f i g
|
||||||
|
|
||||||
# BizTalk build output
|
# B i z T a l k b u i l d o u t p u t
|
||||||
*.btp.cs
|
* . b t p . c s
|
||||||
*.btm.cs
|
* . b t m . c s
|
||||||
*.odx.cs
|
* . o d x . c s
|
||||||
*.xsd.cs
|
* . x s d . c s
|
||||||
|
|
||||||
### Emacs ###
|
# # # E m a c s # # #
|
||||||
# -*- mode: gitignore; -*-
|
# - * - m o d e : g i t i g n o r e ; - * -
|
||||||
\#*\#
|
\ # * \ #
|
||||||
/.emacs.desktop
|
/ . e m a c s . d e s k t o p
|
||||||
/.emacs.desktop.lock
|
/ . e m a c s . d e s k t o p . l o c k
|
||||||
*.elc
|
* . e l c
|
||||||
auto-save-list
|
a u t o - s a v e - l i s t
|
||||||
tramp
|
t r a m p
|
||||||
.\#*
|
. \ # *
|
||||||
|
|
||||||
# Org-mode
|
# O r g - m o d e
|
||||||
.org-id-locations
|
. o r g - i d - l o c a t i o n s
|
||||||
*_archive
|
* _ a r c h i v e
|
||||||
|
|
||||||
# flymake-mode
|
# f l y m a k e - m o d e
|
||||||
*_flymake.*
|
* _ f l y m a k e . *
|
||||||
|
|
||||||
# eshell files
|
# e s h e l l f i l e s
|
||||||
/eshell/history
|
/ e s h e l l / h i s t o r y
|
||||||
/eshell/lastdir
|
/ e s h e l l / l a s t d i r
|
||||||
|
|
||||||
# elpa packages
|
# e l p a p a c k a g e s
|
||||||
/elpa/
|
/ e l p a /
|
||||||
|
|
||||||
# reftex files
|
# r e f t e x f i l e s
|
||||||
*.rel
|
* . r e l
|
||||||
|
|
||||||
# AUCTeX auto folder
|
# A U C T e X a u t o f o l d e r
|
||||||
/auto/
|
/ a u t o /
|
||||||
|
|
||||||
# cask packages
|
# c a s k p a c k a g e s
|
||||||
.cask/
|
. c a s k /
|
||||||
dist/
|
d i s t /
|
||||||
|
|
||||||
# Flycheck
|
# F l y c h e c k
|
||||||
flycheck_*.el
|
f l y c h e c k _ * . e l
|
||||||
|
|
||||||
# server auth directory
|
# s e r v e r a u t h d i r e c t o r y
|
||||||
/server/
|
/ s e r v e r /
|
||||||
|
|
||||||
# projectiles files
|
# p r o j e c t i l e s f i l e s
|
||||||
.projectile
|
. p r o j e c t i l e
|
||||||
projectile-bookmarks.eld
|
p r o j e c t i l e - b o o k m a r k s . e l d
|
||||||
|
|
||||||
# directory configuration
|
# d i r e c t o r y c o n f i g u r a t i o n
|
||||||
.dir-locals.el
|
. d i r - l o c a l s . e l
|
||||||
|
|
||||||
# saveplace
|
# s a v e p l a c e
|
||||||
places
|
p l a c e s
|
||||||
|
|
||||||
# url cache
|
# u r l c a c h e
|
||||||
url/cache/
|
u r l / c a c h e /
|
||||||
|
|
||||||
# cedet
|
# c e d e t
|
||||||
ede-projects.el
|
e d e - p r o j e c t s . e l
|
||||||
|
|
||||||
# smex
|
# s m e x
|
||||||
smex-items
|
s m e x - i t e m s
|
||||||
|
|
||||||
# company-statistics
|
# c o m p a n y - s t a t i s t i c s
|
||||||
company-statistics-cache.el
|
c o m p a n y - s t a t i s t i c s - c a c h e . e l
|
||||||
|
|
||||||
# anaconda-mode
|
# a n a c o n d a - m o d e
|
||||||
anaconda-mode/
|
a n a c o n d a - m o d e /
|
||||||
|
|
||||||
### fsharp ###
|
# # # f s h a r p # # #
|
||||||
lib/debug
|
l i b / d e b u g
|
||||||
lib/release
|
l i b / r e l e a s e
|
||||||
*.exe
|
* . e x e
|
||||||
!.paket/paket.bootstrapper.exe
|
! . p a k e t / p a k e t . b o o t s t r a p p e r . e x e
|
||||||
|
|
||||||
### Intellij+all ###
|
# # # I n t e l l i j + a l l # # #
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
# C o v e r s J e t B r a i n s I D E s : I n t e l l i J , R u b y M i n e , P h p S t o r m , A p p C o d e , P y C h a r m , C L i o n , A n d r o i d S tudio and Webstorm
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
# User-specific stuff:
|
# User-specific stuff:
|
||||||
|
@ -594,3 +594,170 @@ src/OpenTK/Graphics/OpenGL4/GL4Enums.cs
|
||||||
### OpenTK AssemblyInfo files ###
|
### OpenTK AssemblyInfo files ###
|
||||||
**/AssemblyInfo.cs
|
**/AssemblyInfo.cs
|
||||||
**/AssemblyInfo.fs
|
**/AssemblyInfo.fs
|
||||||
|
|
||||||
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.sln.docstates
|
||||||
|
.vs
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]elease/
|
||||||
|
x64/
|
||||||
|
build/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
|
||||||
|
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
|
||||||
|
!packages/*/build/
|
||||||
|
|
||||||
|
# MSTest test Results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*.ilk
|
||||||
|
*.meta
|
||||||
|
*.obj
|
||||||
|
*.pch
|
||||||
|
*.pdb
|
||||||
|
*.pgc
|
||||||
|
*.pgd
|
||||||
|
*.rsp
|
||||||
|
*.sbr
|
||||||
|
*.tlb
|
||||||
|
*.tli
|
||||||
|
*.tlh
|
||||||
|
*.tmp
|
||||||
|
*.tmp_proj
|
||||||
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
.builds
|
||||||
|
*.pidb
|
||||||
|
*.log
|
||||||
|
*.scc
|
||||||
|
|
||||||
|
# Visual C++ cache files
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
|
||||||
|
# Visual Studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
|
||||||
|
# Guidance Automation Toolkit
|
||||||
|
*.gpState
|
||||||
|
|
||||||
|
# ReSharper is a .NET coding add-in
|
||||||
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
|
# DotCover is a Code Coverage Tool
|
||||||
|
*.dotCover
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
*.ncrunch*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
|
||||||
|
# Installshield output folder
|
||||||
|
[Ee]xpress/
|
||||||
|
|
||||||
|
# DocProject is a documentation generator add-in
|
||||||
|
DocProject/buildhelp/
|
||||||
|
DocProject/Help/*.HxT
|
||||||
|
DocProject/Help/*.HxC
|
||||||
|
DocProject/Help/*.hhc
|
||||||
|
DocProject/Help/*.hhk
|
||||||
|
DocProject/Help/*.hhp
|
||||||
|
DocProject/Help/Html2
|
||||||
|
DocProject/Help/html
|
||||||
|
|
||||||
|
# Click-Once directory
|
||||||
|
publish/
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.Publish.xml
|
||||||
|
|
||||||
|
# NuGet Packages Directory
|
||||||
|
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
||||||
|
#packages/
|
||||||
|
|
||||||
|
# Windows Azure Build Output
|
||||||
|
csx
|
||||||
|
*.build.csdef
|
||||||
|
|
||||||
|
# Windows Store app package directory
|
||||||
|
AppPackages/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
sql/
|
||||||
|
*.Cache
|
||||||
|
ClientBin/
|
||||||
|
[Ss]tyle[Cc]op.*
|
||||||
|
~$*
|
||||||
|
*~
|
||||||
|
*.dbmdl
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
*.pfx
|
||||||
|
*.publishsettings
|
||||||
|
packages/*
|
||||||
|
*.config
|
||||||
|
|
||||||
|
# RIA/Silverlight projects
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup & report files from converting an old project file to a newer
|
||||||
|
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
|
||||||
|
# SQL Server files
|
||||||
|
App_Data/*.mdf
|
||||||
|
App_Data/*.ldf
|
||||||
|
|
||||||
|
|
||||||
|
#LightSwitch generated files
|
||||||
|
GeneratedArtifacts/
|
||||||
|
_Pvt_Extensions/
|
||||||
|
ModelManifest.xml
|
||||||
|
|
||||||
|
# =========================
|
||||||
|
# Windows detritus
|
||||||
|
# =========================
|
||||||
|
|
||||||
|
# Windows image file caches
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|
||||||
|
# Folder config file
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# Recycle Bin used on file shares
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
|
# Mac desktop service store files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# VS Launch Settings
|
||||||
|
launchSettings.json
|
||||||
|
|
||||||
|
# NetCore Publishing Profiles
|
||||||
|
PublishProfiles/
|
||||||
|
|
Loading…
Reference in a new issue