diff --git a/.gitignore b/.gitignore index 19b613e..35f09d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,34 @@ +# ---> 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/ + +# Vscode configs .vscode -_build -_opam \ No newline at end of file +