forked from thibautbenjamin/catt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (38 loc) · 676 Bytes
/
.gitignore
File metadata and controls
38 lines (38 loc) · 676 Bytes
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
*~
*.annot
*.cmi
*.cmx
*.o
._d
._ncdi
parser.ml
lexer.ml
parser.mli
catt
*.aux
*.log
*.pdf
*.conflicts
/_build/
/_install/
test/test.catt
result*
/coq-plugin/.Makefile.coq.d
/coq-plugin/Makefile.coq
/coq-plugin/Makefile.coq.conf
/coq-plugin/src/catt.cmt
/coq-plugin/src/catt.ml.d
/coq-plugin/src/catt_plugin.a
/coq-plugin/src/catt_plugin.cmt
/coq-plugin/src/catt_plugin.cmxa
/coq-plugin/src/catt_plugin.cmxs
/coq-plugin/src/catt_plugin.mlpack.d
/coq-plugin/src/g_catt.cmt
/coq-plugin/src/g_catt.ml
/coq-plugin/src/g_catt.mlg.d
/coq-plugin/theories/Loader.glob
/coq-plugin/theories/Loader.vo
/coq-plugin/theories/Loader.vok
/coq-plugin/theories/Loader.vos
catt-web.opam
_opam/