Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 794701033C for ; Thu, 19 Dec 2013 13:25:31 +0000 (UTC) Received: (qmail 24303 invoked by uid 500); 19 Dec 2013 13:25:21 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 24255 invoked by uid 500); 19 Dec 2013 13:25:19 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 24245 invoked by uid 99); 19 Dec 2013 13:25:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 13:25:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.212.170 as permitted sender) Received: from [209.85.212.170] (HELO mail-wi0-f170.google.com) (209.85.212.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 13:25:12 +0000 Received: by mail-wi0-f170.google.com with SMTP id hq4so6555751wib.3 for ; Thu, 19 Dec 2013 05:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wRkVsbxjMJq71rtJh0/Ra0Q0sQ/K5rUi3yoz7xOA9ZQ=; b=n9agMyeUcEJpLWYcacThau4hA05yhqm7xiz195RydKsxYYhK3aK8L4PhocSarfVsjK 6V2ud3yorNLbGZOY+Dg8MH/asHvwdLTLCKqMHPPjILjUls5dMPgkz5PRsRhTikGsE/3X CLNZHjZbqGLzMgjhl/yNdXcvs0QoF1UFl/hZEV5gsE0uHAKfZhwNh3K9/Ww9P4OLVYY4 C0zTEZuJtlF6bmzUp04K+cpRUHcMsH9XwRUmOOHzB4+PgXz4TSUb2n0q6eDT1ydfiSWe byS/V3DLTJD0mywZkB4N+j7y5jIL0qdxLCGL4ZnKjX25exUl8HI1nADyo7cs+XQtiR+C NA9w== MIME-Version: 1.0 X-Received: by 10.181.12.6 with SMTP id em6mr2728169wid.49.1387459491802; Thu, 19 Dec 2013 05:24:51 -0800 (PST) Received: by 10.216.70.203 with HTTP; Thu, 19 Dec 2013 05:24:51 -0800 (PST) In-Reply-To: <20131219124310.9F2A1238889B@eris.apache.org> References: <20131219124310.9F2A1238889B@eris.apache.org> Date: Thu, 19 Dec 2013 17:24:51 +0400 Message-ID: Subject: Re: svn commit: r1552296 - /tomcat/tc6.0.x/trunk/.gitignore From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2013/12/19 : > Author: markt > Date: Thu Dec 19 12:43:10 2013 > New Revision: 1552296 > > URL: http://svn.apache.org/r1552296 > Log: > Add a git ignore file > > Added: > tomcat/tc6.0.x/trunk/.gitignore > > Added: tomcat/tc6.0.x/trunk/.gitignore > URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/.gitignore?rev=1552296&view=auto > ============================================================================== > --- tomcat/tc6.0.x/trunk/.gitignore (added) > +++ tomcat/tc6.0.x/trunk/.gitignore Thu Dec 19 12:43:10 2013 > @@ -0,0 +1,36 @@ > (...) > +1. Note that build.xml of Tomcat 7 explicitly mentions the ".gitignore" files so that they are included into the source distributions. It starts with the following block, and ".gitignore" is also mentioned in 2 other places in that build.xml. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org