Added back dockerignore
Try to reduce the docker context for the build Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
This commit is contained in:
parent
28ec64d2e5
commit
62ebaeac7a
2 changed files with 7 additions and 1 deletions
5
libnetwork/.dockerignore
Normal file
5
libnetwork/.dockerignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
.git
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
bin
|
||||
tags
|
3
libnetwork/.gitignore
vendored
3
libnetwork/.gitignore
vendored
|
@ -3,9 +3,10 @@
|
|||
*.a
|
||||
*.so
|
||||
*~
|
||||
.*
|
||||
.gtm
|
||||
bin/
|
||||
tags
|
||||
.DS_Store
|
||||
|
||||
# Folders
|
||||
integration-tmp/
|
||||
|
|
Loading…
Reference in a new issue