This is an automated email from the ASF dual-hosted git repository. zghao pushed a commit to branch HBASE-14850 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit b2d50a50c0b3075d0da3cde84ebca991cfb1a346 Author: Elliott Clark <[email protected]> AuthorDate: Wed Apr 13 17:02:38 2016 -0700 HBASE-15649 Ignore buck-out when building docker image --- hbase-native-client/.dockerignore | 2 ++ 1 file changed, 2 insertions(+) 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
