-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
195 lines (194 loc) · 3.26 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
arch/3ds/*.d
arch/3ds/*.o
arch/3ds/*shbin*
arch/android/deps
arch/android/include
arch/android/project/.eclipse
arch/android/project/.gradle
arch/android/project/.idea
arch/android/project/*.iml
arch/android/project/*.ipr
arch/android/project/app/.cxx
arch/android/project/app/.externalNativeBuild
arch/android/project/app/jni/.gradle
arch/android/project/app/jni/SDL2
arch/android/project/app/jni/lib
arch/android/project/app/jni/libogg
arch/android/project/app/jni/libvorbis
arch/android/project/app/debug/
arch/android/project/app/release/
arch/android/project/app/src/main/res/raw/assets.zip
arch/android/project/app/*.iml
arch/android/project/build
arch/android/project/keystore.properties
arch/android/project/local.properties
arch/djgpp/*.d
arch/djgpp/*.o
arch/dreamcast/*.d
arch/dreamcast/*.o
arch/emscripten/web/mzxrun_web.js
arch/emscripten/web/node_modules
arch/emscripten/web/package-lock.json
arch/mingw/pefix
arch/mingw/pefix.d
arch/mingw/pefix.exe
arch/mingw/pefix.o
arch/msvc/.vs
arch/msvc/*.user
arch/msvc/Deps/
arch/msvc/MegaZeux.opensdf
arch/msvc/MegaZeux.sdf
arch/msvc/MegaZeux.v12.suo
arch/msvc/obj
arch/msvc/version.h
arch/nds/mzxrun.arm7.elf
arch/nds/protected_palette_bin.h
arch/nds/*.S
arch/nds/*.d
arch/nds/*.o
arch/psp/*.d
arch/psp/*.o
arch/psvita/*.d
arch/psvita/*.o
arch/wii/*.d
arch/wii/*.o
arch/xcode/version.h
build
contrib/gdm2s3m/src/.build/
contrib/icons/.build/
contrib/libmodplug/src/.build/
contrib/libxmp/src/.build/
contrib/libxmp/src/win32/.build/
contrib/libxmp/src/loaders/.build/
contrib/unzip/src/.build/
1ST_READ.BIN
boot.dol
Core.exp
Core.ilk
Core.iobj
Core.ipdb
Core.lib
Core.pdb
core.dll
libcore.so
libcore.dylib
EBOOT.PBP
eboot.bin
Editor.exp
Editor.ilk
Editor.iobj
Editor.ipdb
Editor.lib
Editor.map
Editor.pdb
editor.dll
ICON0.PNG
libeditor.so
libeditor.dylib
megazeux-cia.*
megazeux.3dsx
megazeux.bin
megazeux.dol
megazeux.elf
megazeux.exe
megazeux.exp
MegaZeux.ilk
MegaZeux.iobj
MegaZeux.ipdb
MegaZeux.lib
megazeux.nacp
megazeux.nro
megazeux.nso
MegaZeux.pdb
megazeux.rpx
megazeux.smdh
megazeux.velf
megazeux.vpk
/megazeux
mzxrun.3dsx
mzxrun.bin
mzxrun.cia
mzxrun.dol
mzxrun.elf
mzxrun.exe
mzxrun.exp
mzxrun.ilk
mzxrun.iobj
mzxrun.ipdb
mzxrun.js
mzxrun.js.orig.js
mzxrun.js.mem
mzxrun.lib
mzxrun.nacp
mzxrun.nds
mzxrun.nro
mzxrun.nso
mzxrun.pdb
mzxrun.rpx
mzxrun.smdh
mzxrun.velf
mzxrun.vpk
mzxrun.wasm
mzxrun.wasm.map
/mzxrun
PARAM.SFO
param.sfo
platform.inc
SDL.dll
SDL2.dll
src/.build/
src/config.h
src/audio/.build/
src/editor/.build/
src/io/.build/
src/network/.build/
src/utils/.build/
src/utils/ccv.exe
src/utils/ccv
src/utils/checkres.exe
src/utils/checkres
src/utils/downver.exe
src/utils/downver
src/utils/hlp2html.exe
src/utils/hlp2html
src/utils/hlp2txt.exe
src/utils/hlp2txt
src/utils/txt2hlp.exe
src/utils/txt2hlp
src/utils/png2smzx.exe
src/utils/png2smzx
src/utils/y4m2smzx.exe
src/utils/y4m2smzx
src/utils/*.debug
stdout.txt
stderr.txt
Thumbs.db
unit/.build/
unit/audio/.build/
unit/editor/.build/
unit/io/.build/
unit/network/.build/
unit/utils/.build/
/*.js
/*.js.mem
/*.js.orig.js
/*.wasm
/*.wasm.map
*.debug
*.mzx
*.sav
*.mzm
*~
.vscode
.DS_Store
xcuserdata/
# This MUST go after the *.mzx rule.
!testworlds/*/*.mzx
testworlds/*/backup*
testworlds/backup*
testworlds/log
testworlds/next
testworlds/test
testworlds/temp/*
!testworlds/temp/README.md
!testworlds/data/*