aboutsummaryrefslogblamecommitdiff
path: root/.gitignore
blob: 876c6b8cbf3fb970c1d5983f513b9ad365ce3f0a (plain) (tree)


































                                                                          
# Based on https://github.com/github/gitignore/blob/master/OCaml.gitignore
# at commit 6d467f5ebe94f260e5043767f88216d13bafca62 . It is distributed
# under the CC0 1.0 Universal license:
# https://creativecommons.org/publicdomain/zero/1.0/legalcode

*.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
*.opam

# Local OPAM switch
_opam/