-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
60 lines (51 loc) · 1020 Bytes
/
.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
# Compilation units and binaries
*.cm*
*.rzi
*.opt
*.byte
*.native
*.o
*.a
# OCamlbuild stuff
_build
*.start
# Rmlbuild stuff
config-stamp
configure-tools/rmlbuild.config
tools/rmlbuild/rmlbuild/ocamlbuild_Myocamlbuild_config.ml
# OCamlYacc stuff
*.output
# Annot files
*.annot
# ReactiveML binaries
rmlc
rmldep
rmltop
rmltop_alt
# Other generated files (specific to ReactiveML)
config
Makefile.common
compiler/global/version.ml
compiler/global/rzi.ml
compiler/parsing/rml_lexer.ml
compiler/parsing/linenum.ml
compiler/parsing/rml_parser.ml
compiler/parsing/rml_parser.mli
tools/rmlbuild/rmlbuild/boot/
toplevel/rmltop_controller.ml
toplevel/rmltop_lexer.ml
toplevel/rmltop_machine_body.ml
toplevel/rmltop_reactive_machine.mli
toplevel-alt/rmltop_alt_controller.ml
toplevel-alt/rmltop_alt_lexer.ml
toplevel-alt/rmltop_alt_machine_body.ml
toplevel-alt/rmltop_alt_reactive_machine.mli
# Files generated by checkinstall
*.deb
*.rpm
description-pak
backup-*-pre-rml.tgz
# Backup files
\#*#
# Local directory
local/*