https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: 1b8b91f7fa1969b17d1cefbfb20b4fbee51d43d1 authored by Arvid Jakobsson on 18 May 2020, 08:22:08 UTC
Merge branch 'dexter-verification' into 'master'
Tip revision: 1b8b91f
.gitignore
# General
.depend
.bkp/

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

# OCaml
*.cmi
*.cmo

# 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