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 B5DDC200D39 for ; Sat, 11 Nov 2017 16:20:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B4713160C03; Sat, 11 Nov 2017 15:20:12 +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 F100A160BF1 for ; Sat, 11 Nov 2017 16:20:11 +0100 (CET) Received: (qmail 10612 invoked by uid 500); 11 Nov 2017 15:20:11 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 10603 invoked by uid 99); 11 Nov 2017 15:20:10 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2017 15:20:10 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id C0E4F3A00E6 for ; Sat, 11 Nov 2017 15:20:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1814958 - /commons/proper/configuration/trunk/.gitignore Date: Sat, 11 Nov 2017 15:20:06 -0000 To: commits@commons.apache.org From: oheger@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171111152009.C0E4F3A00E6@svn01-us-west.apache.org> archived-at: Sat, 11 Nov 2017 15:20:12 -0000 Author: oheger Date: Sat Nov 11 15:20:05 2017 New Revision: 1814958 URL: http://svn.apache.org/viewvc?rev=1814958&view=rev Log: CONFIGURATION-675: Added a .gitignore file. Copied the one from commons-lang. Added: commons/proper/configuration/trunk/.gitignore Added: commons/proper/configuration/trunk/.gitignore URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/.gitignore?rev=1814958&view=auto ============================================================================== --- commons/proper/configuration/trunk/.gitignore (added) +++ commons/proper/configuration/trunk/.gitignore Sat Nov 11 15:20:05 2017 @@ -0,0 +1,20 @@ +# Maven build files +target +*.log +maven-eclipse.xml +build.properties +site-content +*~ + +# IntelliJ IDEA files +.idea +.iws +*.iml +*.ipr + +# Eclipse files +.settings +.classpath +.project +.externalToolBuilders +.checkstyle