Skip to content

Commit 9a1c373

Browse files
authored
Merge pull request #4034 from ilankri/ocaml
Complete `OCaml.gitignore`
2 parents b4f994b + 7b2ef3f commit 9a1c373

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

OCaml.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
*.cmxs
99
*.cmxa
1010

11-
# ocamlbuild working directory
11+
# 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
1219
_build/
1320

1421
# ocamlbuild targets

0 commit comments

Comments
 (0)