Skip to content

Commit b3a4430

Browse files
wangmiao1981shivaram
authored andcommitted
[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. (cherry picked from commit 9958ac0) Signed-off-by: Shivaram Venkataraman <[email protected]>
1 parent 55db262 commit b3a4430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/lib/
2323
R-unit-tests.log
2424
R/unit-tests.out
25+
R/cran-check.out
2526
build/*.jar
2627
build/apache-maven*
2728
build/scala*

0 commit comments

Comments
 (0)