forked from AU-COBRA/ConCert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (80 loc) · 1.14 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
.hidden
*.tmp
.DS_Store
# dpd-graph outputs
*.dpd
*.dot
utils/**/*.svg
execution/**/*.svg
embedding/**/*.svg
extraction/**/*.svg
examples/**/*.svg
##Coq
*.vo
*.vio
*.vok
*.vos
*.glob
*.v.d
*~
CoqMakefile
CoqMakefile.conf
Makefile.coq
Makefile.coq.conf
*.a
*.cma
*.cmi
*.cmo
*.cmx
*.cmxa
*.cmxs
*.ml.d
*.mllib.d
*.ml4.d
*.mli.d
*.mlpack.d
*.native
*.o
*.aux
*.d
*.lia.cache
doc/
docs/
_opam/
.merlin
META.*
## extraction output
*.liq
*.midlang
*.out
*.mligo
## Liquidity tests
extraction/tests/extracted-code/liquidity-extract/*
extraction/tests/extracted-code/liquidity-extract/tests/*
extraction/tests/extracted-code/midlang-extract/*
extraction/tests/extracted-code/midlang-extract/tests/*
## CameLIGO tests
extraction/tests/extracted-code/cameligo-extract/*
extraction/tests/extracted-code/cameligo-extract/tests/*
**/src/lib.rs
**/src/main.rs
.coq-native/
.csdp.cache
.lia.cache
.nia.cache
.nlia.cache
.nra.cache
csdp.cache
lia.cache
nia.cache
nlia.cache
nra.cache
## Editors
### VisualStudioCode ###
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history