-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
77 lines (60 loc) · 1.17 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
# 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/rzi.ml
compiler/parsing/lexer.ml
compiler/parsing/parser.ml
compiler/parsing/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
test/*.exe
# Files generated by checkinstall
*.deb
*.rpm
description-pak
backup-*-pre-rml.tgz
# Backup files
\#*#
# Local directory
local/*
# Editor files
.vscode
compiler/global/asttypes.ml
compiler/parsing/lexer.mll
compiler/parsing/location.ml
compiler/parsing/parse.ml
compiler/parsing/parser.mly
compiler/parsing/syntaxerr.ml
compiler/reac/annot.ml
warnings