Repository: bigtop Updated Branches: refs/heads/master 707d523b9 -> 3abe1f5fc
BIGTOP-1614: Add .gitignore file for docker-puppet Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/3abe1f5f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3abe1f5f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3abe1f5f Branch: refs/heads/master Commit: 3abe1f5fcc58f48ea07590dd5a137a0336afa546 Parents: 707d523 Author: Youngwoo Kim <[email protected]> Authored: Tue Jan 20 14:34:39 2015 +0900 Committer: Evans Ye <[email protected]> Committed: Tue Jan 20 13:10:18 2015 +0000 ---------------------------------------------------------------------- bigtop-deploy/vm/docker-puppet/.gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/3abe1f5f/bigtop-deploy/vm/docker-puppet/.gitignore ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/docker-puppet/.gitignore b/bigtop-deploy/vm/docker-puppet/.gitignore new file mode 100644 index 0000000..2cd389d --- /dev/null +++ b/bigtop-deploy/vm/docker-puppet/.gitignore @@ -0,0 +1,3 @@ +config.rb +config/ +hosts
