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
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue