From 715f084ca08ad48174ab19a699a0ac77f80b68cd Mon Sep 17 00:00:00 2001
From: Yu ISHIKAWA <yuu.ishikawa@gmail.com>
Date: Mon, 29 Jun 2015 09:22:55 -0700
Subject: [PATCH] [SPARK-8554] Add the SparkR document files to `.rat-excludes`
 for `./dev/check-license`

[[SPARK-8554] Add the SparkR document files to `.rat-excludes` for `./dev/check-license` - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-8554)

Author: Yu ISHIKAWA <yuu.ishikawa@gmail.com>

Closes #6947 from yu-iskw/SPARK-8554 and squashes the following commits:

5ca240c [Yu ISHIKAWA] [SPARK-8554] Add the SparkR document files to `.rat-excludes` for `./dev/check-license`
---
 .rat-excludes | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
index c24667c18d..0240e81c45 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -86,4 +86,8 @@ local-1430917381535_2
 DESCRIPTION
 NAMESPACE
 test_support/*
+.*Rd
+help/*
+html/*
+INDEX
 .lintr
-- 
GitLab