瀏覽代碼

Initial commit

Abderrahmane Faiz 6 月之前
當前提交
eeeed86478
共有 1 個文件被更改,包括 29 次插入0 次删除
  1. 29 0
      .gitignore

+ 29 - 0
.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/