forked from shedskin/shedskin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
318 lines (318 loc) · 3.51 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
*.pyc
*.pyo
*.ppm
*.pgm
*.png
*.tga
*.txt
*.ini
*.csv
*.?pp
*.so
*.vim
FLAGS
shedskin/FLAGS
Makefile*
gmon.out
*.gcda
/lib
test.*
test
testdata/*.?pp
testdata/crap2/*.?pp
testdata/humba
testdata/lop
aap
aap2
tx.py
tx?
tx
tests/testdata
*.ss.py
shedskin/lib/array.py
shedskin/lib/hashlib.py
shedskin/lib/serial.py
examples/LZ2
examples/sokoban
examples/score4
examples/TonyJpegDecoder
examples/ac_encode
examples/adatron
examples/amaze
examples/ant
examples/astar
examples/bh
examples/block
examples/brainfuck
examples/imageproc
examples/minilight
examples/chaos
examples/chess
examples/circle
examples/dijkstra
examples/dijkstra2
examples/fysphun
examples/genetic
examples/genetic2
examples/go
examples/kanoodle
examples/life
examples/linalg
examples/mandelbrot
examples/mandelbrot2
examples/mao
examples/mastermind_main
examples/mastermind2
examples/minilight_main
examples/msp_ss
examples/mwmatching
examples/nbody
examples/neural1
examples/neural2
examples/oliva2
examples/othello
examples/path_tracing
examples/pisang
examples/pygmy
examples/pylife
examples/pylot/SimpleGeometry
examples/pystone
examples/rdb
examples/richards
examples/rsync
examples/sieve
examples/sudoku1
examples/sudoku2
examples/sudoku3
examples/sudoku4
examples/sudoku5
examples/testoth.py
examples/testprogs.py
examples/tictactoe
examples/voronoi
examples/voronoi2
examples/yopyra
examples/quameon/sto_atom
examples/solitaire
examples/sha
examples/loop
tests/0
tests/1
tests/2
tests/3
tests/4
tests/5
tests/6
tests/7
tests/8
tests/9
tests/10
tests/11
tests/12
tests/13
tests/14
tests/15
tests/16
tests/17
tests/18
tests/19
tests/20
tests/21
tests/22
tests/23
tests/24
tests/25
tests/26
tests/27
tests/28
tests/29
tests/30
tests/31
tests/32
tests/33
tests/34
tests/35
tests/36
tests/37
tests/38
tests/39
tests/40
tests/41
tests/42
tests/43
tests/44
tests/45
tests/46
tests/47
tests/48
tests/49
tests/50
tests/51
tests/52
tests/53
tests/54
tests/55
tests/56
tests/57
tests/58
tests/59
tests/60
tests/61
tests/62
tests/63
tests/64
tests/65
tests/66
tests/67
tests/68
tests/69
tests/70
tests/71
tests/72
tests/73
tests/74
tests/75
tests/76
tests/77
tests/78
tests/79
tests/80
tests/81
tests/82
tests/83
tests/84
tests/85
tests/86
tests/87
tests/88
tests/89
tests/90
tests/91
tests/92
tests/93
tests/94
tests/95
tests/96
tests/97
tests/98
tests/99
tests/100
tests/101
tests/102
tests/103
tests/104
tests/105
tests/106
tests/107
tests/108
tests/109
tests/110
tests/111
tests/112
tests/113
tests/114
tests/115
tests/116
tests/117
tests/118
tests/119
tests/120
tests/121
tests/122
tests/123
tests/124
tests/125
tests/126
tests/127
tests/128
tests/129
tests/130
tests/131
tests/132
tests/133
tests/134
tests/135
tests/136
tests/137
tests/138
tests/139
tests/140
tests/141
tests/142
tests/143
tests/144
tests/145
tests/146
tests/147
tests/148
tests/149
tests/150
tests/151
tests/152
tests/153
tests/154
tests/155
tests/156
tests/157
tests/158
tests/159
tests/160
tests/161
tests/162
tests/163
tests/164
tests/165
tests/166
tests/167
tests/168
tests/169
tests/170
tests/171
tests/172
tests/173
tests/174
tests/175
tests/176
tests/177
tests/178
tests/179
tests/180
tests/181
tests/182
tests/183
tests/184
tests/185
tests/186
tests/187
tests/188
tests/189
tests/190
tests/191
tests/192
tests/193
tests/194
tests/195
tests/196
tests/197
tests/198
tests/199
tests/200
tests/201
tests/202
tests/203
tests/204
tests/205
tests/206
speed/rc4
examples/plcfrs
examples/kmeanspp
examples/hq2x
examples/rubik
examples/rubik2
examples/stereo
examples/TarsaLZP
examples/minpng
examples/timsort
examples/sat
examples/pygasus
examples/tiger1.bmp