aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwm624@hotmail.com <wm624@hotmail.com>2016-08-25 12:11:27 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2016-08-25 12:11:27 -0700
commit9958ac0ce2b9e451d400604767bef2fe12a3399d (patch)
tree87a9c84fa1604b64bf51c9bb5a40299b36b9e40d
parentf2093107196b9af62908ecf15bac043f3b1e64c4 (diff)
downloadspark-9958ac0ce2b9e451d400604767bef2fe12a3399d.tar.gz
spark-9958ac0ce2b9e451d400604767bef2fe12a3399d.tar.bz2
spark-9958ac0ce2b9e451d400604767bef2fe12a3399d.zip
[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: wm624@hotmail.com <wm624@hotmail.com> Closes #14774 from wangmiao1981/ignore.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0991976abf..cfa8ad05f7 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*