Return-Path: X-Original-To: apmail-continuum-commits-archive@www.apache.org Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7965D8A1 for ; Sun, 2 Sep 2012 05:50:41 +0000 (UTC) Received: (qmail 36205 invoked by uid 500); 2 Sep 2012 05:50:41 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 36061 invoked by uid 500); 2 Sep 2012 05:50:37 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 36002 invoked by uid 99); 2 Sep 2012 05:50:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Sep 2012 05:50:34 +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; Sun, 02 Sep 2012 05:50:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EA9F7238896F for ; Sun, 2 Sep 2012 05:49:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1379916 - /continuum/trunk/.gitignore Date: Sun, 02 Sep 2012 05:49:50 -0000 To: commits@continuum.apache.org From: batkinson@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120902054950.EA9F7238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: batkinson Date: Sun Sep 2 05:49:50 2012 New Revision: 1379916 URL: http://svn.apache.org/viewvc?rev=1379916&view=rev Log: Updated git-ignored files to include generated eclipse files. Modified: continuum/trunk/.gitignore Modified: continuum/trunk/.gitignore URL: http://svn.apache.org/viewvc/continuum/trunk/.gitignore?rev=1379916&r1=1379915&r2=1379916&view=diff ============================================================================== --- continuum/trunk/.gitignore (original) +++ continuum/trunk/.gitignore Sun Sep 2 05:49:50 2012 @@ -1,4 +1,9 @@ target +build/ +.settings/ +.project +.settings +.classpath continuum-webapp/src/main/webapp/template/ *.iml .idea