Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-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 940D1FA10 for ; Thu, 21 Mar 2013 22:02:07 +0000 (UTC) Received: (qmail 42958 invoked by uid 500); 21 Mar 2013 22:02:07 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 42916 invoked by uid 500); 21 Mar 2013 22:02:07 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 42889 invoked by uid 99); 21 Mar 2013 22:02:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 22:02:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 03144527E3; Thu, 21 Mar 2013 22:02:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Thu, 21 Mar 2013 22:02:06 -0000 Message-Id: <7efac879b13b4926b1fde3d254a78ec7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Copy flex-sdk's gitignore file Updated Branches: refs/heads/3.0 2284a2da2 -> 21a2fe4cd Copy flex-sdk's gitignore file Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/0af9fe11 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/0af9fe11 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/0af9fe11 Branch: refs/heads/3.0 Commit: 0af9fe118b512cf91e21234fe2b39e7bf4987dd1 Parents: 2284a2d Author: Alex Harui Authored: Thu Mar 21 15:00:31 2013 -0700 Committer: Alex Harui Committed: Thu Mar 21 15:00:31 2013 -0700 ---------------------------------------------------------------------- .gitignore | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 111 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/0af9fe11/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce2facb --- /dev/null +++ b/.gitignore @@ -0,0 +1,111 @@ +# eclipse conf file +.settings +.classpath +.project +.manager +.scala_dependencies +.cache + +# idea conf files +.idea +*.iml +*.ipr +*.iws + +# building +target +[Bb]uild/ +null +tmp +temp +dist +test-output +build.log +release +out +gen + +#Apache Flex Projects +lib/ +libs/ +in/ +swfobject/ +ide/ +flex2/ +thirdparty/ +META-INF/ +3.0.33/ +3.0.33 + +*.pbj +*.vms +*.ser +*.mxp +bundles.properties +empty.properties +css_*.properties +FXGException_*.properties +FXGLog_*.properties +FABridge.js +frameworks/projects/spark/manifest.xml +env.properties +local.properties +flex-sdk-description.xml + +#OS junk files +[Tt]humbs.db +*.DS_Store + +#Visual Studio files +*.[Oo]bj +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.[Cc]ache +*.ilk +*.log +*.lib +*.sbr +*.sdf +ipch/ +obj/ +[Bb]in +[Dd]ebug*/ +[Rr]elease*/ +Ankh.NoLoad + +#Tooling +_ReSharper*/ +*.resharper +[Tt]est[Rr]esult* + +#CVS files +.svn +.git + +# Office Temp Files +~$* + +#Binaries +*.dll +*.bin +*.com +*.exe +*.class +*.jar +*.swf +*.swc + +#Compressed Files +*.zip +*.rar +*.tar \ No newline at end of file