Repository: spark Updated Branches: refs/heads/branch-1.0 88f1da3e2 -> aa5f989a5
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 (cherry picked from commit 3abe2b734a5578966f671c34f1de34b4446b90f1) Signed-off-by: Patrick Wendell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/aa5f989a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/aa5f989a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/aa5f989a Branch: refs/heads/branch-1.0 Commit: aa5f989a537ec616b30ce8f7e134959eb1bbdc11 Parents: 88f1da3 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:56 2014 -0700 ---------------------------------------------------------------------- .rat-excludes | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/aa5f989a/.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
