mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01: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:
parent
2fa9e45ac4
commit
7b2ef3fdff
@ -8,6 +8,13 @@
|
|||||||
*.cmxs
|
*.cmxs
|
||||||
*.cmxa
|
*.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
|
# ocamlbuild and Dune default working directory
|
||||||
_build/
|
_build/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user