Repository: spark Updated Branches: refs/heads/master 248916f55 -> 7945daed1
[MINOR][SPARKR] Add sparkr-vignettes.html to gitignore. ## What changes were proposed in this pull request? Add ```sparkr-vignettes.html``` to ```.gitignore```. ## How was this patch tested? No need test. Author: Yanbo Liang <[email protected]> Closes #15215 from yanboliang/ignore. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7945daed Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7945daed Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7945daed Branch: refs/heads/master Commit: 7945daed12542587d51ece8f07e5c828b40db14a Parents: 248916f Author: Yanbo Liang <[email protected]> Authored: Sat Sep 24 01:03:11 2016 -0700 Committer: Yanbo Liang <[email protected]> Committed: Sat Sep 24 01:03:11 2016 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/7945daed/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index cfa8ad0..39d17e1 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ R-unit-tests.log R/unit-tests.out R/cran-check.out +R/pkg/vignettes/sparkr-vignettes.html build/*.jar build/apache-maven* build/scala* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
