forked from rems-project/cerberus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (49 loc) · 815 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
# Dune build directory
_build
# Dune temporary files
*.install
# Merlin files are generated by Dune
.merlin
# Lem generation stuff
ocaml_frontend/lem.log
sibylfs/lem.log
ocaml_frontend/generated
sibylfs/generated
# Elaboration PP tex generation
generated_tex/
public/node_modules/
*~
cerberus-webserver
config.json
webcerb.concrete
webcerb.symbolic
webcerb.vip
.vscode/settings.json
a.out
/tests/csmith/**/LOG
/tests/csmith/**/LOG.old
public/dist/main.bundle.js
public/dist/main.bundle.js.map
public/dist/style.bundle.css
public/dist/style.bundle.css.map
public/package-lock.json
/.ignore
/backend/cheri/cerb.prof
/cerb.prof
# Coq generated files
*.vo
*.vok
*.vos
*.glob
*.aux
*.log
*.html
*.vty
*.vti
# debug stuff
log*.txt
*.cache
cerberus.code-workspace
.vscode/tasks.json
.cursorignore
cerb_times.csv