Repository: incubator-zeppelin Updated Branches: refs/heads/master 15b6d22d4 -> 0557201bd
untracked files configuration. To fix https://issues.apache.org/jira/browse/ZEPPELIN-258. Author: astroshim <[email protected]> Closes #248 from astroshim/issue-258 and squashes the following commits: 12d4308 [astroshim] not merged yet Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/0557201b Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/0557201b Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/0557201b Branch: refs/heads/master Commit: 0557201bd03191a74c61e80fa86b70c885f79fbe Parents: 15b6d22 Author: astroshim <[email protected]> Authored: Tue Sep 1 09:26:00 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Wed Sep 2 09:55:21 2015 -0700 ---------------------------------------------------------------------- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/0557201b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0121d25..b914343 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ *.ear # interpreter -interpreter/ +/interpreter/ # conf file conf/zeppelin-env.sh
