This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 241
/
.gitignore
124 lines (123 loc) · 2.76 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
*.user
*.suo
*.metaproj
_ReSharper.*
*.ReSharper
Compiler/obj
Compiler/Profiles/*/obj
Compiler/Profiles/*/bin
Compiler/Analyzers/*/obj
Compiler/Analyzers/*/bin
JSIL/obj
JSIL/bin
Meta/obj
Meta/bin
Tests/obj
Tests/bin
Proxies/obj
Proxies/bin
Proxies/XNA/obj
Proxies/XNA/bin
Proxies/BCL/obj
Examples/simpleray
Examples/bin
/bin
UpgradeLog.XML
_UpgradeReport_Files
/Proxies/XNA4/bin
/Proxies/XNA4/obj
/Proxies/XNA3/obj
/Proxies/XNA3/bin
/jsil.org/demos/Mannux/*.js
/jsil.org/demos/Mannux/Content
/jsil.org/demos/Platformer/*.js
/jsil.org/demos/Platformer/Content
/jsil.org/demos/Tetris/*.js
/jsil.org/demos/Tetris/Content
/jsil.org/demos/Raytracer/*.js
/jsil.org/demos/Pathtracer/*.js
/jsil.org/demos/RPG/*.js
/jsil.org/demos/RPG/Content
/jsil.org/demos/Sully/*.js
/jsil.org/demos/Sully/Content
/jsil.org/demos/GameType/*.js
/jsil.org/demos/GameType/Content
/jsil.org/demos/Lumberjack/Content
/jsil.org/demos/Lumberjack/Files
/jsil.org/demos/Lumberjack/*.js
/jsil.org/demos/Lumberjack/*.ico
/jsil.org/demos/WebGL/*.js
/jsil.org/demos/WebGL/Page.cs
/jsil.org/demos/WebGL/Files/*
/jsil.org/demos/WebGL_Vertex_Structs/*.js
/jsil.org/demos/WebGL_Vertex_Structs/Page.cs
/jsil.org/demos/WebGL_Vertex_Structs/Files/*
/jsil.org/demos/TouchThumbSticks/*.js
/jsil.org/demos/TouchThumbSticks/Content
/jsil.org/demos/ProceduralTextures/*.js
/jsil.org/demos/Libraries
/jsil.org/demos/demos.zip
/Examples/obj
/Examples/ProceduralTextures/obj
/Examples/ProceduralTextures/bin
/Upstream/dxtc.cpp
/Upstream/LAME/*.exe
/Upstream/LAME/*.dll
/Upstream/FFMPEG/*.dll
/Upstream/FFMPEG/*.exe
/Upstream/FFMPEG/licenses
/Upstream/OggEnc/*.exe
/Upstream/xapparse/obj
/Upstream/xapparse/bin
Skeletons/*.js
Corlib/*.js
Corlib/*.nlp
/Try/obj
/Try/OAuth.cs
/jsil.org/try/bin/*
/jsil.org/try/OAuth.cs
*.jsillog
*.buildlog
*.resj
/SmokeTests/bin
/SmokeTests/obj
/Upstream/V8
*.sublime-*
*.VisualState.xml
/jsil.org/try/Libraries
/Examples/WebGL/bin
/Examples/WebGL/obj
/Examples/WebGL_Vertex_Structs/bin
/Examples/WebGL_Vertex_Structs/obj
/Examples/ThirdParty/TouchThumbSticks/TouchThumbSticks/bin
/Examples/ThirdParty/TouchThumbSticks/TouchThumbSticks/obj
/Examples/ThirdParty/TouchThumbSticks/TouchThumbSticksContent/bin
/Examples/ThirdParty/TouchThumbSticks/TouchThumbSticksContent/obj
*.cachefile
/Upstream/OpenTKBindingGenerator
/Upstream/OpenTKHeaderParser
*.RuntimeProfile
*.out
*.pdb
pingme.txt
/packages
/TestResults
/Tests/EmscriptenTestCases/*.dll
/Tests/EmscriptenTestCases/*.emjs
/Tests/EmscriptenTestCases/common/common.exp
/Tests/EmscriptenTestCases/common/common.lib
/Tests/EmscriptenTestCases/common/common.obj
/Tests/EmscriptenTestCases/common.js.map
desktop.ini
/httpd
Tests.DCE/obj
Tests.DCE//bin
JSIL.Libraries/node_modules
JSIL.Libraries/obj
JSIL.Libraries/Generated
JSIL.Libraries/bin
Libraries/
.vs/
/mono
JSIL.mscorlib/obj/
JSIL.mscorlib/bin/