Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B492200BD3 for ; Tue, 6 Dec 2016 07:47:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 49F54160B1B; Tue, 6 Dec 2016 06:47:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 90789160B0C for ; Tue, 6 Dec 2016 07:47:43 +0100 (CET) Received: (qmail 17554 invoked by uid 500); 6 Dec 2016 06:47:42 -0000 Mailing-List: contact commits-help@fineract.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.incubator.apache.org Delivered-To: mailing list commits@fineract.incubator.apache.org Received: (qmail 17541 invoked by uid 99); 6 Dec 2016 06:47:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2016 06:47:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 38BAA180252 for ; Tue, 6 Dec 2016 06:47:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id QbzCJy0WRAmI for ; Tue, 6 Dec 2016 06:47:39 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 679405FAE0 for ; Tue, 6 Dec 2016 06:47:39 +0000 (UTC) Received: (qmail 17517 invoked by uid 99); 6 Dec 2016 06:47:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2016 06:47:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4717CE9411; Tue, 6 Dec 2016 06:47:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nazeer1100126@apache.org To: commits@fineract.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-fineract git commit: Adding idea files in rat exclusion list Date: Tue, 6 Dec 2016 06:47:38 +0000 (UTC) archived-at: Tue, 06 Dec 2016 06:47:44 -0000 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 Authored: Tue Dec 6 12:15:15 2016 +0530 Committer: Nazeer Hussain Shaik 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/**',