Repository: zeppelin Updated Branches: refs/heads/master c934b3a47 -> 0cae7c61a
[MINOR] Add .Rhistory in .gitignore ### What is this PR for? Remove .Rhistory from git file tracking Author: Mina Lee <[email protected]> Closes #1036 from minahlee/ignore_rhistory and squashes the following commits: d3278e7 [Mina Lee] Add .Rhistory file to .gitignore Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/0cae7c61 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/0cae7c61 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/0cae7c61 Branch: refs/heads/master Commit: 0cae7c61a9aa9b4b13c9ffbc0877d0b704ada809 Parents: c934b3a Author: Mina Lee <[email protected]> Authored: Fri Jun 17 02:04:14 2016 -0700 Committer: Mina Lee <[email protected]> Committed: Sat Jun 18 10:24:44 2016 -0700 ---------------------------------------------------------------------- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0cae7c61/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e13f0e9..b9e4d29 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,7 @@ conf/credentials.json spark/dependency-reduced-pom.xml reports -#webapp +# webapp zeppelin-web/node_modules zeppelin-web/dist zeppelin-web/.tmp @@ -41,8 +41,9 @@ zeppelin-web/bower_components **nbproject/ **node/ -#R +# R /r/lib/ +.Rhistory # project level /logs/ @@ -80,7 +81,7 @@ Thumbs.db .project .settings/ -#intelliJ IDEA project files +# intelliJ IDEA project files .idea/ *.iml
