update gitconfig

This commit is contained in:
Pizie Dust 2025-01-27 14:51:14 +01:00
parent f4de52a85e
commit 58b4042df9

35
.gitignore vendored
View file

@ -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