-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
192 lines (164 loc) · 2.77 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
# -*- conf -*-
# Temporaries
benches/
gtklos/paned.stk
lib/GLOBS
lib/serialize.stk
lib/simplify.stk
lib/srfi-19.stk
# General rules
#\.hgignore$
.*~
.svn
+DEV+
Web
.deps
*.o
*.ostk
*.a
*.la
*.so
Makefile
config.log
config.status
.gdb_history
.gdbinit
libtool
DOCDB
STklos.prj
autom4te.cache
^tmp/
*.lo
CVS
TODO.org
bootstrap
Python
# Clangd
compile_commands.json
.cache
# Doc directory
doc/TODO
doc/GO
doc/SOURCE
doc/stklos-compile.1
doc/stklos-config.1
doc/stklos-genlex.1
doc/stklos-install.1
doc/stklos-pp.1
doc/stklos-script.1
doc/stklos.1
doc/refman/html
doc/refman/pdf
doc/*/tmp-html.txt
doc/*/tmp-pdf.txt
doc/HTML/stklos-ref-multi.html
doc/HTML/FDL.html
doc/HTML/doc_*.html
# Examples directory
examples/socket-client
examples/socket-server
examples/socket-server-fork
examples/socket-server-thread
examples/dice
examples/fork-test
examples/hello
examples/secho
examples/threads
# FFI directory
ffi/.libs/libffi.lai
ffi/configure.lineno
ffi/fficonfig.h
ffi/include/ffi.h
ffi/include/ffitarget.h
ffi/libffi.pc
ffi/src/.dirstamp
ffi/src/x86/.dirstamp
ffi/stamp-h1
ffi/testsuite/site.bak
ffi/testsuite/site.exp
# Gc directory
gc/*.lo
gc/.dirstamp
gc/.libs/
gc/atomic_ops.c
gc/atomic_ops_sysdeps.S
gc/bdw-gc.pc
gc/configure.lineno
gc/cord/.dirstamp
gc/gctest
gc/hugetest
gc/leaktest
gc/libatomic_ops
gc/libatomic_ops-1.*/src/config.h
gc/middletest
gc/smashtest
gc/tests/.dirstamp
gc/threadleaktest
gc/windows-untested
# GMP directory
gmp/config.h
gmp/configure.lineno
gmp/gmp-stklos.h
gmp/stamp-h1
# GTklos directory
gtklos/TODO
gtklos/gtklosconf.h
# Lib directory
lib/Lalr.d/calc
lib/srfis-data.scm
# ... generated Scheme files
lib/scheme/vector/c128.stk
lib/scheme/vector/c64.stk
lib/scheme/vector/f32.stk
lib/scheme/vector/f64.stk
lib/scheme/vector/s16.stk
lib/scheme/vector/s32.stk
lib/scheme/vector/s64.stk
lib/scheme/vector/s8.stk
lib/scheme/vector/u16.stk
lib/scheme/vector/u32.stk
lib/scheme/vector/u64.stk
lib/scheme/vector/u8.stk
# ... generated C files
*incl.c
# Pcre2 directory
pcre2/.libs/
pcre2/libpcre2-16.pc
pcre2/libpcre2-32.pc
pcre2/libpcre2-8.pc
pcre2/libpcre2-posix.pc
pcre2/pcre2-config
pcre2/pcre2grep
pcre2/pcre2posix_test
pcre2/pcre2test
pcre2/src/.dirstamp
pcre2/src/config.h
pcre2/src/pcre2.h
pcre2/src/pcre2_chartables.c
pcre2/src/stamp-h1
# pkgman
pkgman/stklos-pkg
# Src directory
src/.STklos.prcs_aux
src/HOWTO-WIN32
src/TAGS
src/TODO
src/boot.img
src/extraconf.h
src/stamp-h1
src/stklos
src/stklosconf.h
src/git-info.h
# Test directory
tests/TEST.LOG
tests/SRFI-64_Meta-Test_Suite.log
# Utils directory
utils/lisp-lex.l-BUG
utils/stklos-compile
utils/stklos-config
utils/stklos-genlex
utils/stklos-script
utils/stklos-pp
# Extensions directory
extensions/gtklos/lib/stklos/gtklos-config.h
extensions/gtklos/lib/stklos/gtklos.stk