You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2015/07/11 14:19:23 UTC

[4/4] zest-qi4j git commit: Adding additional ignores for rat.

Adding additional ignores for rat.


Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/72c2eae1
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/72c2eae1
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/72c2eae1

Branch: refs/heads/develop
Commit: 72c2eae1e4245cd0b3c616f941b55193b1c8d5ba
Parents: 8e2c2b4
Author: Niclas Hedhman <ni...@hedhman.org>
Authored: Sat Jul 11 14:29:02 2015 +0300
Committer: Niclas Hedhman <ni...@hedhman.org>
Committed: Sat Jul 11 14:29:02 2015 +0300

----------------------------------------------------------------------
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/72c2eae1/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 098b276..17c6e6d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ rat {
         // Git Files
         '**/.git/**', '**/.gitignore',
         // Gradle Files
-        'gradle/wrapper/**', 'gradlew', 'gradlew.bat', '**/.gradle/**',
+        'gradle/wrapper/**', '**/gradlew', '**/gradlew.bat', '**/.gradle/**',
         // Build Output
         '**/build/**', '**/derby.log',
         // IDE Files
@@ -80,6 +80,7 @@ rat {
         '**/src/test/resources/**/*.txt',
         'libraries/rest-server/src/main/resources/**/*.htm',
         'libraries/rest-server/src/main/resources/**/*.atom',
+        'out/**',
         'tools/qidea/src/main/resources/**/*.ft',
         'tools/qidea/src/main/resources/**/*.template',
         // Graphic Resources