Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26AFF174F8 for ; Thu, 7 May 2015 11:01:28 +0000 (UTC) Received: (qmail 57171 invoked by uid 500); 7 May 2015 11:01:28 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 57140 invoked by uid 500); 7 May 2015 11:01:28 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 57130 invoked by uid 99); 7 May 2015 11:01:28 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2015 11:01:28 +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 9FEA9182598 for ; Thu, 7 May 2015 11:01:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Jqmk-6VgSAGD for ; Thu, 7 May 2015 11:01:27 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 08E0B2497E for ; Thu, 7 May 2015 11:01:25 +0000 (UTC) Received: (qmail 56997 invoked by uid 99); 7 May 2015 11:01:25 -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; Thu, 07 May 2015 11:01:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D2014DFDF1; Thu, 7 May 2015 11:01:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pidster@apache.org To: commits@geode.incubator.apache.org Message-Id: <9e4dbedddca0485e88a75fc851121616@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: Adds the .idea directory to the .gitignore file. Date: Thu, 7 May 2015 11:01:24 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/feature/gitignore_idea_dir [created] 524cac5f6 Adds the .idea directory to the .gitignore file. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/524cac5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/524cac5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/524cac5f Branch: refs/heads/feature/gitignore_idea_dir Commit: 524cac5f68b603d30b670fcbcfbc32063322d1fc Parents: 1945905 Author: Stuart Williams Authored: Thu May 7 11:58:48 2015 +0100 Committer: Stuart Williams Committed: Thu May 7 11:58:48 2015 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/524cac5f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 9e31b3b..22de774 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # # see git help gitignore for more details build/ +.idea/ .gradle/ .classpath .project