https://github.com/EasyCrypt/easycrypt
Revision a10adcfdc66d2fc6e6e347a22a1bcbf2c4d7fa1c authored by Benjamin Gregoire on 04 July 2014, 10:38:21 UTC, committed by Benjamin Gregoire on 04 July 2014, 10:52:33 UTC
1 parent 7f3443c
Raw File
Tip revision: a10adcfdc66d2fc6e6e347a22a1bcbf2c4d7fa1c authored by Benjamin Gregoire on 04 July 2014, 10:38:21 UTC
improve previous patch
Tip revision: a10adcf
.gitignore
*~
_build
*.native
*.byte
*.pyc
*.pyo
/local
/why3
/_tools
/proofgeneral/_local
setup.data
setup.log
/attic
/theories/attic

/system/*.o
/system/callprover
/system/callprover.exe

/doc/*.aux
/doc/*.bbl
/doc/*.blg
/doc/*.brf
/doc/*.fdb_latexmk
/doc/*.fls
/doc/*.idx
/doc/*.ilg
/doc/*.ind
/doc/*.log
/doc/*.out
/doc/*.toc

/doc/easycrypt.pdf

/webui/workspace/
/webui/webui-env/
/webui/econline.egg-info/
/webui/build/
/webui/dist/
/webui/econline.log
/webui/econline.pid
/webui/backend.log
/webui/backend.pid

/sandbox
back to top