Repository: incubator-zeppelin Updated Branches: refs/heads/master 0264ddb47 -> 617eb947b
[MINOR] Update git ignore with interpreter temp files Add Spark and Len build temporary files into .gitignore Author: Luciano Resende <[email protected]> Closes #737 from lresende/gitignore and squashes the following commits: d162b53 [Luciano Resende] [MINOR] Add lens temp file to git ignore 08ac314 [Luciano Resende] [MINOR] Add Spark temp files to git ignore Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/617eb947 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/617eb947 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/617eb947 Branch: refs/heads/master Commit: 617eb947bd08b0078692026d05bb4df5b8110382 Parents: 0264ddb Author: Luciano Resende <[email protected]> Authored: Sun Feb 21 16:25:14 2016 -0800 Committer: Lee moon soo <[email protected]> Committed: Tue Feb 23 23:24:59 2016 -0800 ---------------------------------------------------------------------- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/617eb947/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a420a30..502ab0b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,13 @@ # interpreter /interpreter/ +# interpreter temp files +spark/derby.log +spark/metastore_db +spark-1.*-bin-hadoop* + +lens/lens-cli-hist.log + # conf file conf/zeppelin-env.sh conf/zeppelin-site.xml
