37 lines
376 B
Plaintext
37 lines
376 B
Plaintext
|
|
## /!\ /!\ Update .gitignore accordingly /!\ /!\
|
|
|
|
.DS_Store
|
|
__pycache__
|
|
|
|
_build
|
|
_opam
|
|
_docker_build
|
|
docs/_build
|
|
|
|
tezos-node
|
|
tezos-protocol-compiler
|
|
tezos-client
|
|
tezos-admin-client
|
|
tezos-alpha-baker
|
|
|
|
scripts/opam-test-all.sh.DONE
|
|
|
|
docs/introduction/readme.rst
|
|
|
|
**/*.install
|
|
**/.merlin
|
|
|
|
**/*~
|
|
**/\#*\#
|
|
|
|
**/*.rej
|
|
**/*.orig
|
|
|
|
## Not in .gitignore
|
|
|
|
.git
|
|
.gitignore
|
|
.gitlab-ci.yml
|
|
|