https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: bc22dd2f64e893c2bf1c41a3996e341f8e9104cd authored by Yann Regis-Gianas on 30 April 2021, 10:01:48 UTC
Merge branch 'cpmm2-verification--tokenToXtz' into 'arvid@cpmm2-verification'
Tip revision: bc22dd2
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo
*.vok
*.vos
*.cache
# Generated by configure and coq_makefile
_CoqProject
Makefile
.Makefile.d
.coqdeps.d

# OCaml
*.cmi
*.cmo
_opam/

# LaTeX
*.tex
*.vrb
*.toc
*.toc
*.snm
*.out
*.nav
*.aux
*.log
*.sty
# we keep *.pdf to ease sharing of slides
notes.*
*~
Makefile.conf
CoqMakefile.conf
back to top