https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: 5c561bfb0ceda39da642d5c8ddb9b055413f7396 authored by b on 07 June 2019, 10:49:34 UTC
return to sender
Tip revision: 5c561bf
.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