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

spark git commit: [MINOR][SPARKR] Add sparkr-vignettes.html to gitignore.

Repository: spark
Updated Branches:
  refs/heads/master 248916f55 -> 7945daed1


[MINOR][SPARKR] Add sparkr-vignettes.html to gitignore.

## What changes were proposed in this pull request?
Add ```sparkr-vignettes.html``` to ```.gitignore```.

## How was this patch tested?
No need test.

Author: Yanbo Liang <yb...@gmail.com>

Closes #15215 from yanboliang/ignore.


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

Branch: refs/heads/master
Commit: 7945daed12542587d51ece8f07e5c828b40db14a
Parents: 248916f
Author: Yanbo Liang <yb...@gmail.com>
Authored: Sat Sep 24 01:03:11 2016 -0700
Committer: Yanbo Liang <yb...@gmail.com>
Committed: Sat Sep 24 01:03:11 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/7945daed/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index cfa8ad0..39d17e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@
 R-unit-tests.log
 R/unit-tests.out
 R/cran-check.out
+R/pkg/vignettes/sparkr-vignettes.html
 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