https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: fac88a2178b9b1e7aaf783fbb38a6fb7d65e0c79 authored by Yann Regis-Gianas on 02 March 2021, 16:36:26 UTC
Avoid parsing several times in main
Tip revision: fac88a2
.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