Skip to content

Commit 9958ac0

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.
1 parent f209310 commit 9958ac0

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
@@ -23,6 +23,7 @@
2323
/lib/
2424
R-unit-tests.log
2525
R/unit-tests.out
26+
R/cran-check.out
2627
build/*.jar
2728
build/apache-maven*
2829
build/scala*

0 commit comments

Comments
 (0)