Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-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 48E8F11C39 for ; Tue, 6 May 2014 09:03:44 +0000 (UTC) Received: (qmail 76296 invoked by uid 500); 6 May 2014 09:03:42 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 76233 invoked by uid 500); 6 May 2014 09:03:40 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 76222 invoked by uid 99); 6 May 2014 09:03:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 09:03:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 09:03:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 580E823889E2; Tue, 6 May 2014 09:03:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1592689 - /jackrabbit/oak/trunk/.gitignore Date: Tue, 06 May 2014 09:03:15 -0000 To: oak-commits@jackrabbit.apache.org From: mduerig@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140506090315.580E823889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mduerig Date: Tue May 6 09:03:14 2014 New Revision: 1592689 URL: http://svn.apache.org/r1592689 Log: @trivial: adding intellij specific files to .gitignore Modified: jackrabbit/oak/trunk/.gitignore Modified: jackrabbit/oak/trunk/.gitignore URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/.gitignore?rev=1592689&r1=1592688&r2=1592689&view=diff ============================================================================== --- jackrabbit/oak/trunk/.gitignore (original) +++ jackrabbit/oak/trunk/.gitignore Tue May 6 09:03:14 2014 @@ -3,3 +3,6 @@ .project target oak-run/*.csv +.idea +*.iml +atlassian-ide-plugin.xml