ocaml-zim/.gitignore

35 lines
333 B
Text
Raw Normal View History

2025-01-27 13:51:14 +00:00
# ---> 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/
# Vscode configs
2025-01-27 13:49:18 +00:00
.vscode
2025-01-27 13:51:14 +00:00