You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sh...@apache.org on 2016/08/25 19:11:31 UTC

spark git commit: [SPARKR][BUILD] ignore cran-check.out under R folder

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: wm624@hotmail.com <wm...@hotmail.com>

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: wm624@hotmail.com <wm...@hotmail.com>
Authored: Thu Aug 25 12:11:27 2016 -0700
Committer: Shivaram Venkataraman <sh...@cs.berkeley.edu>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org