Revision b657bc8dd1810e29ff5afe7bbdd8ed0d8c0d74f6 authored by Marco Stronati on 10 March 2020, 13:25:22 UTC, committed by Marco Stronati on 10 March 2020, 13:25:22 UTC
update OCaml to version 4.09.0

See merge request tezos/tezos!1632
2 parent s 25a7071 + d2ce38f
Raw File
.dockerignore

## /!\ /!\ Update .gitignore accordingly /!\ /!\

.DS_Store
__pycache__
**/*.pyc

_build
_opam
_docker_build
docs/_build
docs/api/tezos-client.html
docs/api/tezos-admin-client.html

tezos-node
tezos-validator
tezos-protocol-compiler
tezos-client
tezos-admin-client
tezos-baker-*
tezos-endorser-*
tezos-accuser-*
tezos-signer

scripts/opam-test-all.sh.DONE
scripts/create_genesis/src

docs/introduction/readme.rst
docs/api/errors.rst
docs/api/rpc.rst
docs/api/p2p.rst

src/bin_client/test/LOG.*

**/*.install
**/.merlin

**/*~
**/\#*\#

**/*.rej
**/*.orig

.idea

## Not in .gitignore

.git
.gitignore
.gitlab-ci.yml
back to top