Skip to content

Commit

Permalink
Add .gitignore for OCaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Oct 3, 2024
1 parent 5b7357a commit 735d0cb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions starter_templates/ocaml/code/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
*.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/

0 comments on commit 735d0cb

Please sign in to comment.