1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00

Merge pull request #4034 from ilankri/ocaml

Complete `OCaml.gitignore`
This commit is contained in:
Daniel Johnson 2025-06-13 14:15:17 -07:00 committed by GitHub
commit 9a1c373b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,14 @@
*.cmxs
*.cmxa
# ocamlbuild working directory
# 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/
# ocamlbuild targets