forked from gambit/gambit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
190 lines (190 loc) · 3.23 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
.hgignore
.hgtags
.hg
bin/gambc-cc
bin/gambc-cc.unix
bin/gambc-cc.bat
bin/gambc-cc.bat.windows
bin/gambc-doc
bin/gambc-doc.unix
bin/gambc-doc.bat
bin/gambc-doc.bat.windows
bin/gsc-script
bin/gsc-script.bat
bin/gsi-script
bin/gsi-script.bat
bin/makefile
bin/scheme-ieee-1178-1990
bin/scheme-ieee-1178-1990.bat
bin/scheme-r4rs
bin/scheme-r4rs.bat
bin/scheme-r5rs
bin/scheme-r5rs.bat
bin/scheme-srfi-0
bin/scheme-srfi-0.bat
bin/six
bin/six.exe
bin/six-script
bin/six-script.bat
config.log
config.status
doc/gambit-c.aux
doc/gambit-c.cp
doc/gambit-c.cps
doc/gambit-c.fn
doc/gambit-c.html
doc/gambit-c.info
doc/gambit-c.info-1
doc/gambit-c.info-2
doc/gambit-c.info-3
doc/gambit-c.ky
doc/gambit-c.log
doc/gambit-c.pdf
doc/gambit-c.pg
doc/gambit-c.toc
doc/gambit-c.tp
doc/gambit-c.txt
doc/gambit-c.vr
doc/makefile
doc/stamp.vti
doc/version.txi
doc/gambit-c.cm
doc/gambit-c.fl
doc/gambit-c.op
doc/gambit-c.ps
examples/Xlib-simple/Xlib.o1
examples/Xlib-simple/bounce.o1
examples/Xlib-simple/makefile
examples/distr-comp/dc.o1
examples/distr-comp/distr-comp.o1
examples/distr-comp/makefile
examples/iOS/GambitREPL.xcodeproj
examples/iOS/gambit-c.pdf
examples/iOS/gambit-iOS
examples/iOS/lib
examples/makefile
examples/misc/makefile
examples/misc/signals.o1
examples/pi/makefile
examples/pi/pi.o1
examples/pthread/makefile
examples/pthread/mylib.c
examples/pthread/mylib.o
examples/pthread/mylib_.c
examples/pthread/mylib_.o
examples/pthread/pthread
examples/pthread/pthread.o
examples/ring/makefile
examples/ring/ring.o1
examples/tcltk/makefile
examples/tcltk/tcltk.o1
examples/tcltk/test.o1
examples/web-repl/Repl$1.class
examples/web-repl/Repl.class
examples/web-repl/makefile
examples/web-repl/shellclient$1.class
examples/web-repl/shellclient$2.class
examples/web-repl/shellclient.class
examples/web-repl/shelldoc.class
examples/web-repl/shellpane$1.class
examples/web-repl/shellpane.class
examples/web-repl/web-repl.o1
examples/web-server/_cont*
examples/web-server/base64.o1
examples/web-server/html.o1
examples/web-server/http.o1
examples/web-server/makefile
examples/web-server/web-server.o1
gsc/_back.o
gsc/_env.o
gsc/_front.o
gsc/_gambcgsc.o
gsc/_gsclib.o
gsc/_gsc.o
gsc/_gsc_.o
gsc/_gvm.o
gsc/_host.o
gsc/_parms.o
gsc/_prims.o
gsc/_ptree1.o
gsc/_ptree2.o
gsc/_source.o
gsc/_t-c-1.o
gsc/_t-c-2.o
gsc/_t-c-3.o
gsc/_utils.o
gsc/libgambcgsc.a
gsc/gsc
gsc/gsc.exe
gsc/makefile
gsi/_gambcgsi.o
gsi/_gsilib.o
gsi/_gsi.o
gsi/_gsi_.o
gsi/libgambcgsi.a
gsi/gsi
gsi/gsi.exe
gsi/makefile
include/config.h
include/gambit.h
include/gambit-not*.h
include/makefile
lib/_eval.o
lib/_gambc.o
lib/_io.o
lib/_kernel.o
lib/_nonstd.o
lib/_num.o
lib/_repl.o
lib/_std.o
lib/_system.o
lib/_thread.o
lib/c_intf.o
lib/guide/guidepro
lib/guide/images/makefile
lib/guide/makefile
lib/libgambc.a
lib/main.o
lib/makefile
lib/mem.o
lib/os.o
lib/os_base.o
lib/os_dyn.o
lib/os_files.o
lib/os_io.o
lib/os_shell.o
lib/os_time.o
lib/os_tty.o
lib/setup.o
prebuilt/macosx/build-phase2
prebuilt/windows/build-phase2
makefile
misc/makefile
tests/makefile
autom4te.cache
gsc-boot
gsc-boot.exe
libgambc.dll
libgambcgsi.dll
libgambcgsc.dll
libgambc.dylib
libgambcgsi.dylib
libgambcgsc.dylib
libgambc.so
libgambcgsi.so
libgambcgsc.so
gambc-v*.dmg
gambc-v*.exe
gambc-v*.tgz
*~
.DS_Store
*/.DS_Store
*.obj
*.manifest
*.res
*.ilk
*.pdb
*.dep
*.idb
*.o
*.gvm