mirror of
https://github.com/github/gitignore
synced 2024-11-29 15:14:21 +01:00
2fa9e45ac4
Resources: - https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc#110-source-and-build-directories-module-paths-include-paths - https://dune.readthedocs.io/en/stable/usage.html#custom-build-directory
30 lines
310 B
Plaintext
30 lines
310 B
Plaintext
*.annot
|
|
*.cmo
|
|
*.cma
|
|
*.cmi
|
|
*.a
|
|
*.o
|
|
*.cmx
|
|
*.cmxs
|
|
*.cmxa
|
|
|
|
# ocamlbuild and Dune default working directory
|
|
_build/
|
|
|
|
# ocamlbuild targets
|
|
*.byte
|
|
*.native
|
|
|
|
# oasis generated files
|
|
setup.data
|
|
setup.log
|
|
|
|
# Merlin configuring file for Vim and Emacs
|
|
.merlin
|
|
|
|
# Dune generated files
|
|
*.install
|
|
|
|
# Local OPAM switch
|
|
_opam/
|