Revision aeed0477716f1f542cfe5dfb76132292650de26f authored by Elliot Cameron on 07 August 2019, 16:19:04 UTC, committed by Elliot Cameron on 08 August 2019, 20:42:39 UTC
1 parent c614a8d
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-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