mirror of
https://github.com/github/gitignore.git
synced 2025-12-27 10:55:08 -05:00
OCaml.gitignore: Ignore binary files containing info about compilation
See https://ocaml.org/manual/comp.html#s:comp-overview.
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
*.cmxs
|
||||
*.cmxa
|
||||
|
||||
# Files containing detailed information about the compilation (generated
|
||||
# by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`).
|
||||
# These files are typically useful for code inspection tools
|
||||
# (e.g. Merlin).
|
||||
*.cmt
|
||||
*.cmti
|
||||
|
||||
# ocamlbuild and Dune default working directory
|
||||
_build/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user