https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: dc275c8575fb2610b49430d93d9b70341f478e3f authored by Guillaume Claret on 04 December 2019, 09:27:10 UTC
Fix the install of the michocoq binary
Tip revision: dc275c8
.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