From 7945daed12542587d51ece8f07e5c828b40db14a Mon Sep 17 00:00:00 2001
From: Yanbo Liang <ybliang8@gmail.com>
Date: Sat, 24 Sep 2016 01:03:11 -0700
Subject: [PATCH] [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 <ybliang8@gmail.com>

Closes #15215 from yanboliang/ignore.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index cfa8ad05f7..39d17e1793 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*
-- 
GitLab