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

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

Repository: spark
Updated Branches:
  refs/heads/master e328f577e -> ab7143463


[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 <me...@databricks.com>

Closes #14740 from mengxr/R-gitignore.


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

Branch: refs/heads/master
Commit: ab7143463daf2056736c85e3a943c826b5992623
Parents: e328f57
Author: Xiangrui Meng <me...@databricks.com>
Authored: Sun Aug 21 10:31:25 2016 -0700
Committer: Xiangrui Meng <me...@databricks.com>
Committed: Sun Aug 21 10:31:25 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/ab714346/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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org