https://gitlab.com/nomadic-labs/mi-cho-coq
Revision de76b7dbc7ea57f35c5cf72c15187339be9aa3fa authored by Raphaël Cauderlier on 15 July 2019, 18:04:30 UTC, committed by Raphaël Cauderlier on 25 July 2019, 16:47:52 UTC
1 parent 8e3a0e6
Raw File
Tip revision: de76b7dbc7ea57f35c5cf72c15187339be9aa3fa authored by Raphaël Cauderlier on 15 July 2019, 18:04:30 UTC
Manager: Update proof
Tip revision: de76b7d
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo
# Generated by configure and coq_makefile
_CoqProject
Makefile
.coqdeps.d

# LaTeX
*.tex
*.vrb
*.toc
*.toc
*.snm
*.out
*.nav
*.aux
*.log
*.sty
# we keep *.pdf to ease sharing of slides
notes.*
*~
Makefile.conf
back to top