HBASE-15649 Ignore buck-out when building docker image
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/17185fe0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/17185fe0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/17185fe0 Branch: refs/heads/HBASE-14850 Commit: 17185fe09d5f4bed1b60936ec2d1ffe01302af14 Parents: 711b661 Author: Elliott Clark <[email protected]> Authored: Wed Apr 13 17:02:38 2016 -0700 Committer: Elliott Clark <[email protected]> Committed: Wed May 18 15:48:52 2016 -0700 ---------------------------------------------------------------------- hbase-native-client/.dockerignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/17185fe0/hbase-native-client/.dockerignore ---------------------------------------------------------------------- diff --git a/hbase-native-client/.dockerignore b/hbase-native-client/.dockerignore new file mode 100644 index 0000000..2cfffb7 --- /dev/null +++ b/hbase-native-client/.dockerignore @@ -0,0 +1,2 @@ +buck-out +.buckd
