added .gitignore

This commit is contained in:
Jake Hillion 2021-11-29 09:03:33 +00:00
parent 24bb5d3a0c
commit e0d497acec

35
.gitignore vendored Normal file
View File

@ -0,0 +1,35 @@
# Created by https://www.toptal.com/developers/gitignore/api/ocaml
# Edit at https://www.toptal.com/developers/gitignore?templates=ocaml
### 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/
# End of https://www.toptal.com/developers/gitignore/api/ocaml