Repository: incubator-zeppelin Updated Branches: refs/heads/master 391ceab07 -> d1287d302
add /r/lib/ in .gitignore ### What is this PR for? after compiling/building Zeppelin project with default/R `mvn $BUILD_FLAG $PROFILE -B`, this directory `/r/lib/` gets created. ### What type of PR is it? Improvement ### Todos * [x] - add /r/lib/ in .gitignore ### What is the Jira issue? N/A ### How should this be tested? Compile/build Zeppelin project with R/default options `mvn $BUILD_FLAG $PROFILE -B`, then do a git status. This directory `/r/lib/` should not show up. ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Prabhjyot Singh <[email protected]> Closes #857 from prabhjyotsingh/gitignoreR and squashes the following commits: 4d45248 [Prabhjyot Singh] add /r/lib/ in .gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/d1287d30 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/d1287d30 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/d1287d30 Branch: refs/heads/master Commit: d1287d302d4bc1dcbcee7ec02270d9294a516611 Parents: 391ceab Author: Prabhjyot Singh <[email protected]> Authored: Tue Apr 26 17:12:14 2016 +0530 Committer: Prabhjyot Singh <[email protected]> Committed: Fri Apr 29 18:48:54 2016 +0530 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/d1287d30/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 9dd02a6..9314328 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,8 @@ zeppelin-web/bower_components **nbproject/ **node/ +#R +/r/lib/ # project level /logs/
