Revision 8b1122ac41c6b156ee0008dc075532a6f01cb34e authored by Pierre Boutillier on 31 March 2020, 14:32:23 UTC, committed by Pierre Boutillier on 31 March 2020, 14:32:23 UTC
Build: Remove 005-PsBabyM1 from the active protocols

See merge request tezos/tezos!1706
2 parent s 0d0f82e + 5d50f7a
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.*
_coverage_output
_coverage_report

**/*.install
**/.merlin

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

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

.idea

## Not in .gitignore

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