Repository: spark
Updated Branches:
  refs/heads/branch-2.0 55db26245 -> b3a44306a


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

Closes #14774 from wangmiao1981/ignore.

(cherry picked from commit 9958ac0ce2b9e451d400604767bef2fe12a3399d)
Signed-off-by: Shivaram Venkataraman <shiva...@cs.berkeley.edu>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b3a44306
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b3a44306
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b3a44306

Branch: refs/heads/branch-2.0
Commit: b3a44306a36d6c1e5583e85961966fa5cf4f7e9a
Parents: 55db262
Author: wm...@hotmail.com <wm...@hotmail.com>
Authored: Thu Aug 25 12:11:27 2016 -0700
Committer: Shivaram Venkataraman <shiva...@cs.berkeley.edu>
Committed: Thu Aug 25 12:11:37 2016 -0700

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b3a44306/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index a263976..a32d408 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to