https://github.com/AU-COBRA/ConCert
Raw File
Tip revision: 3382e48f12d66f18c49ca20d9094d5864c4bb8a9 authored by 4ever2 on 24 May 2022, 20:50:09 UTC
Dexter1 tests (#171)
Tip revision: 3382e48
.gitignore
.hidden
*.dpd
*.dot

##Coq
*.vo
*.vok
*.vos
*.glob
*.v.d
*~
CoqMakefile
CoqMakefile.conf
Makefile.coq
Makefile.coq.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/
.merlin

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

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

extraction/tests/extracted-code/elm-web-extract/elm-stuff/
extraction/tests/extracted-code/elm-web-extract/node_modules/
extraction/tests/extracted-code/elm-web-extract/src/
extraction/tests/extracted-code/elm-web-extract/tests/
extraction/tests/extracted-code/elm-web-extract/*.html


## Liquidity tests
extraction/tests/extracted-code/liquidity-extract/*
extraction/tests/extracted-code/liquidity-extract/tests/*
extraction/tests/extracted-code/midlang-extract/*
extraction/tests/extracted-code/midlang-extract/tests/*

## CameLIGO tests
extraction/tests/extracted-code/cameligo-extract/*
extraction/tests/extracted-code/cameligo-extract/tests/*

**/src/lib.rs
**/src/main.rs

.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