This repository has been archived on 2022-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
ocaml-cgroups2/.gitignore
2021-11-29 09:03:33 +00:00

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