Revision 2831b612a2b52dd27f464d15f68405b746264f18 authored by vbot on 16 August 2019, 15:24:31 UTC, committed by Romain Bardou on 18 September 2019, 09:17:46 UTC
1 parent 4195b0b
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-fork-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.*

**/dune-project

**/*.install
**/.merlin

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

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

## Not in .gitignore

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