docker: add .dockerignore file

Fixes long pauses (and unnecessary bloat) when building the
docker container.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-07-09 15:29:40 +02:00
parent 163a84ff00
commit 1db6b550f9

6
.dockerignore Normal file
View File

@ -0,0 +1,6 @@
*.db3
*.db3.*
tmp
layers
__pycache__
*.pyc