https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: cdc97c1923e4ac0857086826f0bbbea184c4cc4f authored by Raphaƫl Cauderlier on 28 November 2019, 15:06:48 UTC
[CI] Add Coq v8.10
Tip revision: cdc97c1
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo
*.lia.cache
# Generated by configure and coq_makefile
_CoqProject
Makefile
.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