forked from higepon/mosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
176 lines (159 loc) · 2.37 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
# FIXME: temporal
/configure
# autoconf/autotools
Makefile.in
aclocal.m4
config.guess
config.status
Makefile.in
autom4te.cache
autom4te.cache/*
ltmain.sh
config.log
.dirstamp
config.h.in~
stamp-h1
compile
missing
install-sh
depcomp
mkinstalldirs
config.h.in
config.h
config.sub
# executable
*.a
*.o
*.lo
*.exe
# libtool
.deps
.libs
*.la
# mosh
mosh_config
/config.h
/Makefile
/doc/text/Download.txt
/mosh
/nmosh
/lib/mosh/config.ss
/lib/mosh/mysql.ss
Instruction.h
NumberScanner.cpp
Scanner.cpp
src/all-tests.scm
compiler-vm-cpp.scm
compiler-vm-rust.scm
compiler-vm.scm
compiler-with-library.h
compiler-with-library.scm
*.scmc
*.fasl
labels.cpp
libffitest.so.1.0
pmatch.h
psyntax.h
cprocedures.cpp
# mosh bootstrap
boot/baselib.h
boot/baselib*.scm
boot/free-vars-decl.scm
boot/match.h
boot/*.scmc
boot/*.scmc-e
boot/psyntax_mosh_image.cpp
boot/runtimes/psyntax-mosh/psyntax.scm
boot/runtimes/psyntax-mosh/psyntax-prefix.txt
# mosh(re2c)
*.tab.cpp
*.tab.hpp
# lib
# editor temporals
*.swp
# core files
*.core
*.stackdump
# OS specific
.DS_Store
lib/psyntax/psyntax.master/
src/OSConstants.h
src/Object-accessors.h
src/free-vars-decl.scm
src/baselib.h
src/match.h
src/nmosh_image.cpp
src/psyntax_mosh_image.cpp
test/test.txt.temp
test/utf16.txt.temp
test_compat
test_fasl
test_ffi
test_getopt
test_object
test_port
test_thread
test_vm
*.html
doc/config/Menu_Backup.txt
doc/config/Data
doc/html/files/
doc/html/index.html
doc/html/index/
doc/html/javascript/
doc/html/search/
doc/html/styles/
doc/text/arith.tex.txt
doc/text/base.tex.txt
doc/text/bytevector.tex.txt
doc/text/control.tex.txt
doc/text/convio.tex.txt
doc/text/enum.tex.txt
doc/text/eval.tex.txt
doc/text/exc.tex.txt
doc/text/files.tex.txt
doc/text/hashtable.tex.txt
doc/text/iocond.tex.txt
doc/text/list.tex.txt
doc/text/portio.tex.txt
doc/text/programlib.tex.txt
doc/text/r5rscompat.tex.txt
doc/text/records.tex.txt
doc/text/setcar.tex.txt
doc/text/sort.tex.txt
doc/text/stringset.tex.txt
doc/text/syntax-case.tex.txt
*.tar.gz
nul
GPATH
GRTAGS
GSYMS
GTAGS
work.scm
# autotools
automake/corelibs.mk
automake/dist-git-revision.mk
# test
nmosh-cache
/cache
rbtree.dot
# nmosh
# generated libraries from misc/scripts/gen-nmosh-stubs.sps
lib/nmosh/stubs/*
# nmosh (deprecated)
lib/nmosh/boot/*
# msvc things
Debug/*
Release/*
/win/*/Debug/*
/win/*/Release/*
/win/mpir/*
*.vcproj.*.user
*.pdb
*.ilk
*.ncb
*.exp
*.suo
*.aps
/mosh.lib
/moshd.lib