added .gitignore
This commit is contained in:
parent
24bb5d3a0c
commit
e0d497acec
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
# 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
|
Reference in New Issue
Block a user