-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
167 lines (136 loc) · 2.2 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Build directories and intermediate files
Debug/
Dev/
Release/
Shipping/
GeneratedFiles/
ipch/
SRV/
*.lastcodeanalysissucceeded
/*/*_intermediate_*/
/*/*/*_intermediate_*/
/plugins/*/*/*_intermediate_*/
/plugins/*/*/lib/
/dcc_link/*/lib/
/ps4/plugins/*/*_intermediate_*/
/xb1/plugins/*/*_intermediate_*/
/application/lib/
/beast/lib/
/d3d11_render_device/lib/
/engine/lib/
/foundation/lib/
/game/lib/
/mojoshader/lib/
/physx_cct/lib/
/scene_tree/lib/
/build/
/runtime/main/ios/resources/
/runtime/platforms/xb1/main/resources/media/
/editor/backend/.nuget/
# File patterns
*.a
*.app
*.aps
*.db
*.diff
*.dll
*.dylib
*.exe
*.fxo
*.jobbin2
*.la
*.lib
*.lo
*.mk
*.ncb
*.o
*.obj
*.opensdf
*.opendb
*.out
*.patch
*.pdb
*.pri
*.pyc
*.sdf
*.sln.cache
*.slo
*.so
*.sublime-project
*.sublime-workspace
*.suo
*.tss
*.user
*.vcproj
*.xcodeproj
*.xcworkspace
*.log
*.tlog
*.vtcache
*.tmp_proj
*.dmp
*.zip
TestResult.xml
# Auto-generated solution files
/*_engine_*.sln
/exporters_*.sln
/dcc_link_*.sln
/runtime/plugins/*/*.sln
/runtime/platforms/ps4/plugins/*.sln
/runtime/platforms/xb1/plugins/*.sln
# Not auto-generated project files
!/tools/**/*.vcproj
!/tools/**/*.vcxproj
!/tools/**/*.xcodeproj
/tools/**/xcuserdata
# Generated source code
**/BuildInformation.cs
**/AssemblyInfo.cs
**/AssemblyInfo.cpp
**/StingrayBackendInfo.cs
**/stingray.common.props
# Android build files
/AndroidManifest.xml
/ant.properties
/build.xml
/default.properties
/res/
/runtime/plugins/*/AndroidManifest.xml
/runtime/plugins/*/ant.properties
/runtime/plugins/*/build.xml
/runtime/plugins/*/default.properties
/runtime/plugins/*/res/
# XB1 build files
/xb1/xb1_xboxlive/lib/
# Rake task output
output/
redist/
tool_output/
editor_output/
binaries/
# Private files
*.orig
p4/
.project
.makeargs
make_args.txt
.stingray-asset-server-secret
# OS X files
*.DS_Store
*~
# The visual studio debugger visualizer dll
!/tools/visual_studio_plugins/*.dll
# Wwise user files
*.wsettings
*.validationcache
.backup/
.cache/
# Visual Studio Code config
.vscode
.settings
jsconfig.json
# Webstorm project folder
.idea/
# Core files managed by SPM
core/stingray_renderer/environments/midday/skydome.dds
core/stingray_renderer/environments/midday/specular_cube.dds