You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2016/12/06 06:47:38 UTC

incubator-fineract git commit: Adding idea files in rat exclusion list

Repository: incubator-fineract
Updated Branches:
  refs/heads/develop cd75af296 -> b60779b9a


Adding idea files in rat exclusion list


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

Branch: refs/heads/develop
Commit: b60779b9a0b3f76894980165a5d62b26e52eb43e
Parents: cd75af2
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Tue Dec 6 12:15:15 2016 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Tue Dec 6 12:15:15 2016 +0530

----------------------------------------------------------------------
 fineract-provider/build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/b60779b9/fineract-provider/build.gradle
----------------------------------------------------------------------
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 03dbbb9..b3f343e 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -96,12 +96,13 @@ rat {
 	'**/template.mustache',
 	'**/.classpath',
 	'**/.project',
-	'.idea/**',
+	'**/.idea/**',
 	'**/.settings/**',
 	'**/bin/**',
-	'.git/**',
+	'**/.git/**',
     '**/.gitignore',
     '**/.gitkeep',
+	'**/*.iml',
 		
     // gradle
     '**/.gradle/**',