36 lines
509 B
Plaintext
36 lines
509 B
Plaintext
|
# Created by https://www.toptal.com/developers/gitignore/api/ocaml
|
||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=ocaml
|
||
|
|
||
|
### OCaml ###
|
||
|
*.annot
|
||
|
*.cmo
|
||
|
*.cma
|
||
|
*.cmi
|
||
|
*.a
|
||
|
*.o
|
||
|
*.cmx
|
||
|
*.cmxs
|
||
|
*.cmxa
|
||
|
|
||
|
# ocamlbuild 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/
|
||
|
|
||
|
# End of https://www.toptal.com/developers/gitignore/api/ocaml
|