Add **/*.test to .dockerignore

`*.test` files are generated by `go test`, do not include them into the
build context. It will lighter a bit the build context..

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-04-04 17:54:32 +02:00
parent f99f634816
commit 315e8b64b8

View file

@ -1,4 +1,5 @@
dist/
vendor/
!dist/traefik
site/
site/
**/*.test