From 52c33969d7b358cdac40f02a8562e37f82a96135 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 26 Feb 2024 23:16:00 +0100 Subject: Add day4 --- 2023/ocaml/.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 2023/ocaml/.gitignore (limited to '2023/ocaml/.gitignore') diff --git a/2023/ocaml/.gitignore b/2023/ocaml/.gitignore new file mode 100644 index 0000000..a18e084 --- /dev/null +++ b/2023/ocaml/.gitignore @@ -0,0 +1,29 @@ +*.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/ -- cgit v1.2.3-18-g5258