-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
238 lines (224 loc) · 6.06 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
.sconsign.dblite
*.o
.*.sw?
.sconf_temp
*.pyc
*.tce
*.lib
*.precomp
*.module
*.a
*.so
*~
# Dangerous, but we'll do it.
config.h
config.log
defaults.scm
# Built targets
tools/mkoccdeps/mkoccdeps
tools/ilibr/ilibr
tools/schemescanner/schemescanner
tools/skroc/skroc
tools/slinker/make-driver
tools/tinyswig/tinyswig
tools/slinker/library2.ss
tools/slinker/slinker.ss
tools/occ21/occ21
tools/tranx86/tranx86
tools/occamdoc/occamdoc
tools/kroc/kroc
tools/kroc/kroc-setup.sh
tools/kroc/kroc-setup.csh
tools/kroc/occbuild
tests/cgtests/cgtest??
tests/hereticc/hereticc
tests/occbench/benchmarks/fft2
tests/occbench/benchmarks/fft2-noresched
tests/occbench/benchmarks/fft3
tests/occbench/benchmarks/mandelbrot
# Module library source auto-generated things
modules/useful/libsrc/format-gen.occ
modules/inmoslibs/libsrc/forall/forall-phase1
modules/inmoslibs/libsrc/forall/forall-phase2
modules/inmoslibs/libsrc/forall/forall-real
modules/trap/libsrc/trapns
# Run-time system auto-generated things
runtime/ccsp/ccsp-1.6.pc
runtime/ccsp/include/calltable.h
runtime/ccsp/include/ccsp_cif_stubs.h
runtime/ccsp/include/ccsp_config.h
runtime/ccsp/include/kitable.h
runtime/ccsp/include/stamp-h2
# Built demo targets
demos/bar/bb
demos/game/game
demos/robots/particles-ats
demos/robots/robot
demos/robots/robot2
demos/robots/robot3
demos/shootout/chameneos
demos/shootout/chameneos-redux
demos/shootout/cheap-concurrency
demos/shootout/fannkuch
demos/shootout/fasta
demos/shootout/mandelbrot
demos/shootout/pidigits
demos/shootout/random
demos/shootout/reverse-complement
demos/shootout/spectralnorm
demos/shootout/startup
demos/shootout/thread-ring
demos/shootout/threads
demos/shootout/threads-flow
demos/ttygames/bomberman
demos/ttygames/mandelbrot
demos/ttygames/occman
# Kroc-specific build things
in-tree-modules
typescript
doc/api/output.stamp
doc/api/output
# Built module example targets
modules/bsclib/examples/args
modules/bsclib/examples/getopt
modules/bsclib/examples/getoptlong
modules/bsclib/examples/lsdemo
modules/bsclib/examples/pingdemo
modules/bsclib/examples/sockdaytime
modules/bsclib/examples/sockstreamcli
modules/bsclib/examples/sockstreamserv
modules/bsclib/examples/socktcpcli
modules/bsclib/examples/socktcpserv
modules/bsclib/examples/sockudpcli
modules/bsclib/examples/sockudpserv
modules/button/examples/button_sample
modules/cdx/examples/cdxmandel
modules/cdx/libsrc/cdxview
modules/cdx/libsrc/netbard
modules/cif/examples/cif-commstime
modules/cif/examples/cift1
modules/cif/examples/cift10
modules/cif/examples/cift11
modules/cif/examples/cift12
modules/cif/examples/cift13
modules/cif/examples/cift14
modules/cif/examples/cift15
modules/cif/examples/cift16
modules/cif/examples/cift17
modules/cif/examples/cift2
modules/cif/examples/cift3
modules/cif/examples/cift4
modules/cif/examples/cift5
modules/cif/examples/cift6
modules/cif/examples/cift7
modules/cif/examples/cift8
modules/cif/examples/cift9
modules/course/answers/q1
modules/course/answers/q2
modules/course/answers/q3
modules/course/answers/q4
modules/course/answers/q5
modules/course/answers/q6
modules/course/answers/q6-sort
modules/course/answers/q7
modules/course/answers/q7-adam
modules/course/answers/q7-eric
modules/course/answers/q7-fred
modules/course/answers/q7-jonathan
modules/course/answers/q7-jonathan2
modules/course/answers/q7-nick
modules/course/answers/q7-richard
modules/course/examples/bar
modules/course/examples/cast
modules/course/examples/casting
modules/course/examples/commstime
modules/course/examples/demo
modules/course/examples/double_echo
modules/course/examples/echoing
modules/course/examples/hello_raw_world
modules/course/examples/hello_seq_world
modules/course/examples/hello_world
modules/course/examples/sort_inside
modules/course/examples/sort_pump
modules/course/examples/test_utils
modules/dynproc/examples/primes
modules/dynproc/examples/testcrash
modules/dynproc/examples/testdyn
modules/dynproc/examples/testdyn2
modules/dynproc/examples/testdyn3
modules/dynproc/examples/testpump
modules/dynproc/examples/testsuspend
modules/graphics3d/examples/butterflies
modules/graphics3d/examples/g3dboard
modules/graphics3d/examples/g3dchess
modules/graphics3d/examples/g3dcog2
modules/graphics3d/examples/g3dcogs
modules/graphics3d/examples/g3dcube
modules/graphics3d/examples/g3dcubes
modules/graphics3d/examples/g3dheight
modules/graphics3d/examples/g3dspheres
modules/graphics3d/examples/g3dtest
modules/moa/examples/mysqlclient
modules/moa/examples/simple
modules/moa/examples/test1
modules/moa/examples/test2
modules/occGL/examples/simple_gl
modules/occSDL/examples/array_surface
modules/occSDL/examples/init
modules/occSDL/examples/joy2
modules/occSDL/examples/joystick
modules/occSDL/examples/sdl_info
modules/occSDL/examples/simple_surface
modules/occSDL/examples/sound_test
modules/occade/examples/bounce
modules/occade/examples/breakout
modules/occade/examples/collision-test
modules/occade/examples/flipbook
modules/occade/examples/parrot_attack
modules/occade/examples/scrollytext
modules/ocuda/examples/listdev
modules/ocuda/examples/mandelgpu
modules/ocuda/examples/gpuboids
modules/random/examples/test-random
modules/raster/examples/drawstuff
modules/raster/examples/imagetool
modules/raster/examples/justraster
modules/sdlraster/examples/glenz
modules/sdlraster/examples/imageviewer
modules/sdlraster/examples/mrevents
modules/sdlraster/examples/mrshadebob
modules/sdlraster/examples/mrstar8
modules/sdlraster/examples/mrtestprog
modules/sdlraster/examples/sdlmatrix
modules/sdlraster/examples/sdlsim1
modules/sdlraster/examples/sdlsim2
modules/sdlraster/examples/sdlstar
modules/sdlraster/examples/sdlstar8
modules/sdlraster/examples/sdltest
modules/sdlraster/examples/starfield
modules/trap/examples/groupops
modules/trap/examples/traplatency
modules/trap/examples/traptest
modules/ttyutil/examples/menutest
modules/useful/examples/test-format
modules/useful/examples/test-lexer
# Object directories
obj-*
# Files generated by autoremake
Makefile.in
aclocal.m4
autom4te.cache
config.guess
config.h.in
config.sub
configure
depcomp
install-sh
missing
py-compile
# Files generated by configure
config.status
stamp-h1
Makefile
# Files generated by automake
.deps