update gitconfig
This commit is contained in:
parent
f4de52a85e
commit
58b4042df9
1 changed files with 33 additions and 2 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,3 +1,34 @@
|
||||||
|
# ---> 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
|
||||||
.vscode
|
.vscode
|
||||||
_build
|
|
||||||
_opam
|
|
||||||
|
|
Loading…
Reference in a new issue