https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: a7655d88507eca7c9ee1ccf69b42322d5a948ef2 authored by Raphaƫl Cauderlier on 23 November 2019, 08:33:21 UTC
Formatting
Tip revision: a7655d8
.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