Skip to content

Commit 7b2ef3f

Browse files
committed
OCaml.gitignore: Ignore binary files containing info about compilation
See https://ocaml.org/manual/comp.html#s:comp-overview.
1 parent 2fa9e45 commit 7b2ef3f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

OCaml.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
*.cmxs
99
*.cmxa
1010

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+
1118
# ocamlbuild and Dune default working directory
1219
_build/
1320

0 commit comments

Comments
 (0)