We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2969f commit dc6a329Copy full SHA for dc6a329
.gitignore
@@ -1,2 +1,33 @@
1
+*.annot
2
+*.cmo
3
+*.cma
4
+*.cmi
5
+*.a
6
+*.o
7
+*.cmx
8
+*.cmxs
9
+*.cmxa
10
+
11
+# ocamlbuild working directory
12
_build/
13
14
+# ocamlbuild targets
15
+*.byte
16
+*.native
17
18
+# oasis generated files
19
+setup.data
20
+setup.log
21
22
+# Merlin configuring file for Vim and Emacs
23
+.merlin
24
25
+# Dune generated files
26
+*.install
27
28
+# Local OPAM switch
29
+_opam/
30
31
32
+# VSCode
33
.vscode/
0 commit comments