Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 8DB7A9839 for ; Thu, 1 Mar 2012 11:19:26 +0000 (UTC) Received: (qmail 53120 invoked by uid 500); 1 Mar 2012 11:19:26 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 53096 invoked by uid 500); 1 Mar 2012 11:19:26 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 53089 invoked by uid 99); 1 Mar 2012 11:19:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 11:19:26 +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; Thu, 01 Mar 2012 11:19:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 843E42388860; Thu, 1 Mar 2012 11:19:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1295517 - /incubator/flex/ Date: Thu, 01 Mar 2012 11:19:05 -0000 To: flex-commits@incubator.apache.org From: s9tpepper@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120301111905.843E42388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: s9tpepper Date: Thu Mar 1 11:19:05 2012 New Revision: 1295517 URL: http://svn.apache.org/viewvc?rev=1295517&view=rev Log: Added *.iml and .idea to ignore list to keep repository clean of IDE configuration files. Modified: incubator/flex/ (props changed) Propchange: incubator/flex/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Mar 1 11:19:05 2012 @@ -11,3 +11,5 @@ html-template FlexUnitApplication.mxml FlexUnitCompilerApplication.mxml .flexLibProperties +*.iml +.idea