1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# Unfortunately the ** syntax isn't supported before docker 1.10
# https://github.com/docker/docker/issues/13113
# and installing a newer version is difficult.
*.changes
*.deb
*.dsc
*.egg-info
*/*/server.local.yaml
*.pyc
*/*.pyc
*/*/*.pyc
*/*/*/*.pyc
*/*/*/*/*.pyc
*_pb2.*
*/*_pb2.*
*/*/*_pb2.*
.git
.gitignore
ACKNOWLEDGEMENTS
AUTHORS
build
dist
executables
!executables/windows/templates/unzipsfx/*.exe
grr/config/grr-response-templates
grr/var
grr-server*.tar.gz
LICENSE
README
README.md
travis
vagrant
|