Repository: spark Updated Branches: refs/heads/master 514157f2e -> 3abe2b734
SPARK-1846 Ignore logs directory in RAT checks https://issues.apache.org/jira/browse/SPARK-1846 Author: Andrew Ash <[email protected]> Closes #793 from ash211/SPARK-1846 and squashes the following commits: 3f50db5 [Andrew Ash] SPARK-1846 Ignore logs directory in RAT checks Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3abe2b73 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3abe2b73 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3abe2b73 Branch: refs/heads/master Commit: 3abe2b734a5578966f671c34f1de34b4446b90f1 Parents: 514157f Author: Andrew Ash <[email protected]> Authored: Thu May 15 11:05:39 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Thu May 15 11:05:39 2014 -0700 ---------------------------------------------------------------------- .rat-excludes | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/3abe2b73/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 6894678..1558970 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -48,3 +48,4 @@ dist/* .*out .*ipr .*iws +logs
