forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
119 lines (119 loc) · 2.03 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
*.o
*.cm*
*.a
*.so
*~
asmrun/alloc.c
asmrun/array.c
asmrun/callback.c
asmrun/compact.c
asmrun/compare.c
asmrun/custom.c
asmrun/debugger.c
asmrun/dynlink.c
asmrun/extern.c
asmrun/finalise.c
asmrun/floats.c
asmrun/freelist.c
asmrun/gc_ctrl.c
asmrun/globroots.c
asmrun/hash.c
asmrun/intern.c
asmrun/ints.c
asmrun/io.c
asmrun/lexing.c
asmrun/main.c
asmrun/major_gc.c
asmrun/md5.c
asmrun/memory.c
asmrun/meta.c
asmrun/minor_gc.c
asmrun/misc.c
asmrun/obj.c
asmrun/parsing.c
asmrun/printexc.c
asmrun/signals.c
asmrun/str.c
asmrun/sys.c
asmrun/terminfo.c
asmrun/unix.c
asmrun/weak.c
boot/Saved/
boot/camlheader
boot/ocamlrun
boot/ocamlyacc
bytecomp/opcodes.ml
bytecomp/runtimedef.ml
byterun/.depend.nt
byterun/jumptbl.h
byterun/ld.conf
byterun/ocamlrun
byterun/ocamlrund
byterun/opnames.h
byterun/primitives
byterun/prims.c
byterun/version.h
config/Makefile
config/m.h
config/s.h
debugger/dynlink.ml
debugger/dynlink.mli
debugger/lexer.ml
debugger/ocamldebug
debugger/parser.ml
debugger/parser.mli
expunge
lex/lexer.ml
lex/ocamllex
lex/parser.ml
lex/parser.mli
lex/parser.output
ocaml
ocamlbuild/glob_lexer.ml
ocamlbuild/lexers.ml
ocamlbuild/ocamlbuild.byte
ocamlbuild/ocamlbuild_config.ml
ocamlc
ocamlcomp.sh
ocamldoc/ocamldoc
ocamldoc/odoc_lexer.ml
ocamldoc/odoc_ocamlhtml.ml
ocamldoc/odoc_parser.ml
ocamldoc/odoc_parser.mli
ocamldoc/odoc_parser.output
ocamldoc/odoc_see_lexer.ml
ocamldoc/odoc_text_lexer.ml
ocamldoc/odoc_text_parser.ml
ocamldoc/odoc_text_parser.mli
ocamldoc/odoc_text_parser.output
ocamldoc/stdlib_man/
otherlibs/dynlink/extract_crc
otherlibs/threads/marshal.mli
otherlibs/threads/pervasives.mli
otherlibs/threads/unix.mli
parsing/lexer.ml
parsing/parser.ml
parsing/parser.mli
parsing/parser.output
stdlib/caml
stdlib/camlheader
stdlib/camlheader_ur
stdlib/camlheaderd
stdlib/sys.ml
tools/cvt_emit.bak
tools/dumpobj
tools/objinfo
tools/objinfo_helper
tools/ocamlcp
tools/ocamldep
tools/ocamldep.bak
tools/ocamlmklib
tools/ocamlmklibconfig.ml
tools/ocamlmktop
tools/ocamloptp
tools/ocamlprof
tools/opnames.ml
tools/read_cmt
utils/config.ml
yacc/ocamlyacc
yacc/version.h