diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..e6e1310 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +.git +**/*.a +**/*.o +**/*.la +**/*.lo +**/*.so +**/.libs +docker/alpine/pkgs +docker/centos/pkgs |