ligo/.gitignore
Pietro 99cdf5e5c2 gitlab CI refactoring
- Docker files and build scripts
    + add git, bash and patch to the docker base definition (Dockerfile.base)
    + build leveldb once and for all
      (scripts/create_docker_image.leveldb_deps.sh)
    + add --depth 1 to all git clone calls
    + remove sudo, openssh and rsync from base images
    + add --no-cache to all apk calls
    + merge dockerfiles in the sh scripts
2018-01-28 20:02:51 +01:00

33 lines
311 B
Plaintext

## /!\ /!\ Update .gitignore accordingly /!\ /!\
.DS_Store
__pycache__
_build
*.install
/tezos-node
/tezos-protocol-compiler
/tezos-client
/tezos-admin-client
/scripts/opam-test-all.sh.DONE
/docs/introduction/readme.rst
.merlin
*~
\#*\#
*.rej
*.orig
/_opam
## Not in .dockerignore
/Dockerfile
/_apk