Repository: spark
Updated Branches:
  refs/heads/branch-2.0 faff9297d -> 26d5a8b0d


[MINOR][R] add SparkR.Rcheck/ and SparkR_*.tar.gz to R/.gitignore

## What changes were proposed in this pull request?

Ignore temp files generated by `check-cran.sh`.

Author: Xiangrui Meng <m...@databricks.com>

Closes #14740 from mengxr/R-gitignore.

(cherry picked from commit ab7143463daf2056736c85e3a943c826b5992623)
Signed-off-by: Xiangrui Meng <m...@databricks.com>


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

Branch: refs/heads/branch-2.0
Commit: 26d5a8b0dab10310ec76b91465b3b4ff465e9746
Parents: faff929
Author: Xiangrui Meng <m...@databricks.com>
Authored: Sun Aug 21 10:31:25 2016 -0700
Committer: Xiangrui Meng <m...@databricks.com>
Committed: Sun Aug 21 10:31:32 2016 -0700

----------------------------------------------------------------------
 R/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/26d5a8b0/R/.gitignore
----------------------------------------------------------------------
diff --git a/R/.gitignore b/R/.gitignore
index 9a5889b..c98504a 100644
--- a/R/.gitignore
+++ b/R/.gitignore
@@ -4,3 +4,5 @@
 lib
 pkg/man
 pkg/html
+SparkR.Rcheck/
+SparkR_*.tar.gz


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to