-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
204 lines (181 loc) · 3.97 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
## SML/NJ stuff ##
.cm/
## C stuff ##
# Prerequisites
*.d
.depend
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
## LaTeX stuff
# Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb
# Generated if empty string is given at "Please type another file name for output:"
.pdf
# Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml
# Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
# Build tool directories for auxiliary files
# latexrun
latex.out/
## Other stuff ##
*.tgz
*.swp
# macOS finder
.DS_Store
# autoconf files
configure
config.status
autom4te.cache
## Repo-specific files
asdl/Makefile
asdl/examples/Makefile
asdl/doc/Makefile
asdl/doc/manual-2.0/Makefile
asdl/doc/manual-3.0/Makefile
asdl/src/Makefile
asdl/src/tests/basics/Makefile
asdl/src/tests/options/Makefile
asdl/src/tests/primitives/Makefile
asdl/src/tests/sequences/Makefile
asdl/src/tests/Makefile
asdl/src/gen/fragments/Makefile
asdl/src/asdlgen/Makefile
asdl/src/lib/cxx/Makefile
asdl/src/lib/Makefile
base/cm/parse/cm.grm.desc
base/cm/parse/cm.grm.sig
base/cm/parse/cm.grm.sml
base/cm/parse/cm.lex.sml
base/compiler/Parse/lex/ml.lex.sml
base/compiler/Parse/lex/sml.lex.sml
base/compiler/Parse/parse/ml.grm.desc
base/compiler/Parse/parse/ml.grm.sig
base/compiler/Parse/parse/ml.grm.sml
base/compiler/Parse/parse/sml.grm.desc
base/compiler/Parse/parse/sml.grm.sig
base/compiler/Parse/parse/sml.grm.sml
base/runtime/c-libs/posix-filesys/ml_pathconf.h
base/runtime/c-libs/posix-procenv/ml_sysconf.h
base/runtime/objs/gen-offsets
base/runtime/objs/gen-sizes
base/runtime/objs/gen-unix-signals
base/runtime/objs/gen-unix-sigtbl
base/runtime/objs/ml-sizes.h
base/runtime/objs/mlstate-offsets.h
base/runtime/objs/prim.s
base/runtime/objs/run.*
base/runtime/objs/runx.*
base/runtime/objs/system-signals.h
base/runtime/objs/unix-sigtbl.c
base/runtime/**/v-*
base/system/sml.boot*
base/system/sml.*-*
doc/mk/doc-rules.gmk
doc/Makefile
doc/doc/html
doc/doc/pdf
doc/src/Makefile
doc/src/changelog/Makefile
doc/src/changelog/HISTORY.html
doc/src/extensions/Makefile
doc/src/install-notes/Makefile
doc/src/man/Makefile
doc/src/manuals/Makefile
doc/src/release-notes/Makefile
doc/src/release-notes/110.86-README.html
doc/src/release-notes/110.87-README.html
doc/src/release-notes/110.88-README.html
doc/src/release-notes/110.89-README.html
doc/src/release-notes/110.90-README.html
doc/src/release-notes/110.91-README.html
doc/src/release-notes/110.92-README.html
doc/src/release-notes/110.93-README.html
doc/src/release-notes/110.94-README.html
doc/src/release-notes/110.95-README.html
doc/src/release-notes/110.96-README.html
doc/src/release-notes/110.97-README.html
doc/src/release-notes/110.98-README.html
doc/src/release-notes/110.98.1-README.html
doc/src/release-notes/110.99-README.html
doc/src/release-notes/110.99.1-README.html
doc/src/release-notes/110.99.2-README.html
doc/src/release-notes/110.99.3-README.html
doc/src/release-notes/110.99.4-README.html
doc/src/release-notes/110.99.5-README.html
doc/src/release-notes/2021.1-README.html
doc/src/smlnj-guide/Makefile
smlnj-lib/Doc/bin
smlnj-lib/Doc/doc
smlnj-lib/Doc/Makefile
smlnj-lib/Doc/src/index.html
smlnj-lib/Doc/src/index.json
smlnj-lib/Doc/src/Makefile
smlnj-lib/Doc/src/*/*.html
smlnj-lib/Doc/tools/bin/
smlnj-lib/Doc/tools/Makefile
smlnj-lib/Doc/tools/gen-pages/Makefile
smlnj-lib/Doc/tools/gen-pages/config.sml
smlnj-lib/Doc/tools/gen-pages/gen-pages.*
smlnj-lib/Doc/tools/make-index/Makefile
smlnj-lib/Doc/tools/make-index/make-index.*
base/system/smlnj/internal/version.sml
/bin/
/lib/
# files created when building a distribution (macOS or Windows)
osx-dist/smlnj.dst
osx-dist/smlnj-*.pkg
win-dist/smlnj