From 58b4042df9bc99a57ff28793ceaba9f3fb5ad485 Mon Sep 17 00:00:00 2001 From: Pizie Dust Date: Mon, 27 Jan 2025 14:51:14 +0100 Subject: [PATCH] update gitconfig --- .gitignore | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) 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 +