Revision e2f83dbdfc55a785e2cd4cd8ed606bf78aa443ad authored by Raphaƫl Proust on 10 December 2019, 20:58:51 UTC, committed by Romain on 07 January 2020, 12:52:10 UTC
We use `dune` now and there are no references to `ocamlfind` anywhere
else in the build system than in opam files' dependencies
1 parent a845ea2
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

.idea

## Not in .gitignore

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