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 E71CF200B96 for ; Thu, 22 Sep 2016 03:08:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E592B160ADE; Thu, 22 Sep 2016 01:08:09 +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 36E63160ADB for ; Thu, 22 Sep 2016 03:08:09 +0200 (CEST) Received: (qmail 26795 invoked by uid 500); 22 Sep 2016 01:08:03 -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 26786 invoked by uid 99); 22 Sep 2016 01:08:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2016 01:08:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 06F0FC7F8C for ; Thu, 22 Sep 2016 01:08:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.124 X-Spam-Level: X-Spam-Status: No, score=-0.124 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FHbn81SBuP5N for ; Thu, 22 Sep 2016 01:08:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 60F4F5FB2E for ; Thu, 22 Sep 2016 01:08:02 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D7747E05F5 for ; Thu, 22 Sep 2016 01:08:01 +0000 (UTC) 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 D57253A0248 for ; Thu, 22 Sep 2016 01:08:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1761839 - /commons/proper/codec/trunk/.gitignore Date: Thu, 22 Sep 2016 01:08:01 -0000 To: commits@commons.apache.org From: stain@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160922010801.D57253A0248@svn01-us-west.apache.org> archived-at: Thu, 22 Sep 2016 01:08:10 -0000 Author: stain Date: Thu Sep 22 01:08:01 2016 New Revision: 1761839 URL: http://svn.apache.org/viewvc?rev=1761839&view=rev Log: gitignore for our github users Added: commons/proper/codec/trunk/.gitignore Added: commons/proper/codec/trunk/.gitignore URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/.gitignore?rev=1761839&view=auto ============================================================================== --- commons/proper/codec/trunk/.gitignore (added) +++ commons/proper/codec/trunk/.gitignore Thu Sep 22 01:08:01 2016 @@ -0,0 +1,12 @@ +*~ +*.swp +.idea/ +.idea_modules/ +.idea/* +.settings +.cache +.DS_Store +target/ +.project +.classpath +.externalToolBuilders/*