Repository: spark Updated Branches: refs/heads/master f20931071 -> 9958ac0ce
[SPARKR][BUILD] ignore cran-check.out under R folder ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) R add cran check which will generate the cran-check.out. This file should be ignored in git. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) Manual test it. Run clean test and git status to make sure the file is not included in git. Author: [email protected] <[email protected]> Closes #14774 from wangmiao1981/ignore. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9958ac0c Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9958ac0c Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9958ac0c Branch: refs/heads/master Commit: 9958ac0ce2b9e451d400604767bef2fe12a3399d Parents: f209310 Author: [email protected] <[email protected]> Authored: Thu Aug 25 12:11:27 2016 -0700 Committer: Shivaram Venkataraman <[email protected]> Committed: Thu Aug 25 12:11:27 2016 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/9958ac0c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0991976..cfa8ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ /lib/ R-unit-tests.log R/unit-tests.out +R/cran-check.out build/*.jar build/apache-maven* build/scala* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
