Revision 8a2eebd945a38fb02e0f359769c042e4694a7d28 authored by Jonathan Protzenko on 08 April 2020, 18:32:01 UTC, committed by Jonathan Protzenko on 08 April 2020, 18:32:01 UTC
1 parent 9627258
Raw File
.gitignore
*~
*.o
*.d
*.d.*
*.cm*
*.so
*.dll
*.a
*.exe
*.exe.dSYM
out.krml
*.checked
*.checked.lax
*.dump
.extracted
.*depend*
.evercrypt_config
code/**/dist
!code/**/dist/Makefile
code/old/experimental/aesgcm/aesgcm-c
code/old/experimental/aesgcm/aesgcm-c89
*.orig
.didhelp
.last_vale_version
Makefile.config
.#*
tests/benchmark/build
dist/**/lib/*_stubs.ml
dist/**/lib/*_c_stubs.c
dist/test # not under version control
dist/wasm # not under version control FOR NOW
doc/_build
back to top