https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: b1c8f8b4a36f4bd553b6d06409a001f5f3523922 authored by Guillaume Claret on 25 April 2021, 10:55:29 UTC
Merge branch 'guillaume-claret@use-string-eqb' into 'dev'
Tip revision: b1c8f8b
.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