GEODE-1952 Add output, final_app dirs to rat exclusions

Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8d1b0d49
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8d1b0d49
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/8d1b0d49

Branch: refs/heads/feature/GEODE-1952-2
Commit: 8d1b0d491c280c96bb21805e21203cba64928f65
Parents: 2b6fec8
Author: Joey McAllister <jmcallis...@pivotal.io>
Authored: Thu Oct 13 20:47:50 2016 -0700
Committer: Joey McAllister <jmcallis...@pivotal.io>
Committed: Thu Oct 13 20:47:50 2016 -0700

----------------------------------------------------------------------
 gradle/rat.gradle | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8d1b0d49/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 0b01d81..27366a4 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -94,11 +94,15 @@ rat {
     '**/publickeyfile',
     '**/*.dat',
 
+    // Geode docs
+    'geode-book/Gemfile.lock',
+    'geode-book/output/**',
+    'geode-book/final_app/**',
+
     // other text files
     'geode-spark-connector/project/plugins.sbt',
     'geode-spark-connector/project/build.properties',
     '**/log4j*.xml',
-    'geode-book/Gemfile.lock',
 
     // modules
     'extensions/**/log4j.properties',

Reply via email to