BIGTOP-2216: Add .dockerignore to root
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4d999d41 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4d999d41 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4d999d41 Branch: refs/heads/master Commit: 4d999d413649e5316dd38a85d4f79602e9edf818 Parents: 27e0f2d Author: Olaf Flebbe <[email protected]> Authored: Wed Jan 6 12:15:49 2016 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Thu Jan 7 09:48:23 2016 +0100 ---------------------------------------------------------------------- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/4d999d41/.dockerignore ---------------------------------------------------------------------- diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..06a968e --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +build +output +bigtop-packages +dl
