Revision 6c29c19fdf34fbe5e659c60cbe3a00d6bc822696 authored by Benjamin Canou on 01 August 2019, 12:49:09 UTC, committed by Pierre Boutillier on 21 October 2019, 12:44:00 UTC
1 parent 9cc43ae
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.*

**/dune-project

**/*.install
**/.merlin

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

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

## Not in .gitignore

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