about summary refs log tree commit diff stats
path: root/modal/ocaml/.gitinore
diff options
context:
space:
mode:
Diffstat (limited to 'modal/ocaml/.gitinore')
-rw-r--r--modal/ocaml/.gitinore35
1 files changed, 35 insertions, 0 deletions
diff --git a/modal/ocaml/.gitinore b/modal/ocaml/.gitinore
new file mode 100644
index 0000000..a3b1d31
--- /dev/null
+++ b/modal/ocaml/.gitinore
@@ -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