We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4f994b + 7b2ef3f commit 9a1c373Copy full SHA for 9a1c373
1 file changed
OCaml.gitignore
@@ -8,7 +8,14 @@
8
*.cmxs
9
*.cmxa
10
11
-# ocamlbuild working directory
+# Files containing detailed information about the compilation (generated
12
+# by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`).
13
+# These files are typically useful for code inspection tools
14
+# (e.g. Merlin).
15
+*.cmt
16
+*.cmti
17
+
18
+# ocamlbuild and Dune default working directory
19
_build/
20
21
# ocamlbuild targets
0 commit comments