forked from shentufoundation/deepsea
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
60 lines (56 loc) · 1.35 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
*.vo
*.vok
*.vos
*.glob
*.aux
.lia.cache
.coqdeps.d
core.make
core.make.conf
.core.make.d
*_build
*.merlin
Edsger/parser.ml
Edsger/parser.mli
result
# coq files generated by Edsger in integration-tests
integration-tests/*/*/CertiKOS.v
integration-tests/*/*/CoqMakefile.conf
integration-tests/*/*/DataTypeOps.v
integration-tests/*/*/DataTypeProofs.v
integration-tests/*/*/DataTypes.v
integration-tests/*/*/EdsgerIdents.v
integration-tests/*/*/LSim*.v
integration-tests/*/*/LSrc*.v
integration-tests/*/*/Layer*.v
integration-tests/*/*/Makefile
integration-tests/*/*/Makefile.conf
integration-tests/*/*/Obj*Code.v
integration-tests/*/*/Obj*CodeProofs.v
integration-tests/*/*/ObjSim*.v
integration-tests/*/*/Symbols.v
integration-tests/*/*/extraction
integration-tests/*/*/_CoqProject
integration-tests/*/_CoqProject
integration-tests/*/*.log
# Docs
docs/*.pdf
docs/*.html
docs/coqdoc/*
!docs/coqdoc/custom-coqdoc.css
!docs/coqdoc/custom-coqdoc-css-licence
# Unit tests
unittests/node_modules
unittests/build/
amm_with_addresses.ds
unittests/contracts/erc20Token0.ds
unittests/contracts/erc20Token1.ds
unittests/contracts/liquidityToken.ds
unittests/test_output.log
# Integration tests
integration-tests/*/_CoqProject
integration-tests/test_summary.log
integration-tests/*/*.log
!integration-tests/*/expected_summary.log
integration-tests/*/*/_CoqProject
integration-tests/*/*/*.v