From 3abe2b734a5578966f671c34f1de34b4446b90f1 Mon Sep 17 00:00:00 2001
From: Andrew Ash <andrew@andrewash.com>
Date: Thu, 15 May 2014 11:05:39 -0700
Subject: [PATCH] SPARK-1846 Ignore logs directory in RAT checks

https://issues.apache.org/jira/browse/SPARK-1846

Author: Andrew Ash <andrew@andrewash.com>

Closes #793 from ash211/SPARK-1846 and squashes the following commits:

3f50db5 [Andrew Ash] SPARK-1846 Ignore logs directory in RAT checks
---
 .rat-excludes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.rat-excludes b/.rat-excludes
index 689467847d..15589702c5 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -48,3 +48,4 @@ dist/*
 .*out
 .*ipr
 .*iws
+logs
-- 
GitLab