https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: b0c90bc030195f20f5e704eb8f944ca18350964e authored by nmm5055 on 23 April 2021, 01:50:42 UTC
Merge branch 'nmm5055-master-patch-57340' into 'master'
Tip revision: b0c90bc
.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