Initial commit

This commit is contained in:
Anthony Scemama 2020-04-19 23:28:02 +02:00
commit e015a313e2
2 changed files with 33 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# ---> OCaml
*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa
# ocamlbuild working directory
_build/
# ocamlbuild targets
*.byte
*.native
# oasis generated files
setup.data
setup.log
# Merlin configuring file for Vim and Emacs
.merlin
# Dune generated files
*.install
# Local OPAM switch
_opam/

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# StageYann