Repository: zeppelin Updated Branches: refs/heads/master d371d96b9 -> e3e19ecbf
[zeppelin] add temp directories generated by zeppelin-Rinterpreter to gitignore ### What is this PR for? When compile and test zeppelin-Rinterpreter, it will generate temp directories `/R` and `/tmp` add them into `.gitignore` ### What type of PR is it? Improvement ### Todos N/A ### What is the Jira issue? N/A ### How should this be tested? N/A ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: WeichenXu <weichenxu...@outlook.com> Closes #1297 from WeichenXu123/gitignore_add_R_tmp and squashes the following commits: 478a0dc [WeichenXu] gitignore add R tmp dir Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/e3e19ecb Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/e3e19ecb Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/e3e19ecb Branch: refs/heads/master Commit: e3e19ecbf80a4e718344c40de3715c966eb8af92 Parents: d371d96 Author: WeichenXu <weichenxu...@outlook.com> Authored: Fri Aug 5 21:38:08 2016 -0700 Committer: Jongyoul Lee <jongy...@apache.org> Committed: Thu Sep 1 02:34:57 2016 +0900 ---------------------------------------------------------------------- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e3e19ecb/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5ad0d7a..1c359d6 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ zeppelin-web/bower_components # R /r/lib/ .Rhistory +/R/ # project level /logs/ @@ -108,3 +109,6 @@ tramp # Generated by zeppelin-examples /helium + +# tmp files +/tmp/