https://github.com/AU-COBRA/ConCert
Raw File
Tip revision: 858b8300cd047a938144bb7889af2854939bd16b authored by Danil Annenkov on 04 June 2021, 10:50:44 UTC
Fix figure ref
Tip revision: 858b830
.gitignore
.hidden
*.dpd
*.dot
*.zip

##Coq
*.vo
*.vok
*.vos
*.glob
*.v.d
*~
CoqMakefile
CoqMakefile.conf
CoqMakefile.plugin
CoqMakefile.plugin.conf
Makefile.coq
Makefile.coq.conf
execution/CoqMakefile
execution/CoqMakefile.conf
*.a
*.cma
*.cmi
*.cmo
*.cmx
*.cmxa
*.cmxs
*.ml.d
*.mllib.d
*.ml4.d
*.mli.d
*.mlpack.d
*.native
*.o
*.aux
*.d
*.lia.cache
doc/
docs/
_opam/

## extraction output
*.liq
*.midlang
*.out

## Elm tests
extraction/examples/elm-extract/elm-stuff/
extraction/examples/elm-extract/node_modules/
extraction/examples/elm-extract/src/
extraction/examples/elm-extract/tests/
extraction/examples/elm-extract/*.html

## Liquidity tests
extraction/examples/liquidity-extract/*
extraction/examples/liquidity-extract/tests/*
extraction/examples/midlang-extract/*
extraction/examples/midlang-extract/tests/*

.coq-native/
.csdp.cache
.lia.cache
.nia.cache
.nlia.cache
.nra.cache
csdp.cache
lia.cache
nia.cache
nlia.cache
nra.cache

## Editors

### VisualStudioCode ###
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
back to top