summaryrefslogtreecommitdiff
path: root/2023/ocaml/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '2023/ocaml/.gitignore')
-rw-r--r--2023/ocaml/.gitignore29
1 files changed, 29 insertions, 0 deletions
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/