Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 B89E610D54 for ; Wed, 19 Jun 2013 09:00:14 +0000 (UTC) Received: (qmail 7937 invoked by uid 500); 19 Jun 2013 09:00:14 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 7668 invoked by uid 500); 19 Jun 2013 09:00:09 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 7640 invoked by uid 99); 19 Jun 2013 09:00:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 09:00:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E94DD24265; Wed, 19 Jun 2013 09:00:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Date: Wed, 19 Jun 2013 09:00:08 -0000 Message-Id: <220ee6ce12204bb8bb49f6037a431a8b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: allow some bin folders Updated Branches: refs/heads/master 1414bce28 -> 946181998 allow some bin folders Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/8310bce6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/8310bce6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/8310bce6 Branch: refs/heads/master Commit: 8310bce6f8ba92cb9ebab1e619b0df0fa137ec1e Parents: 1414bce Author: Jesse MacFadyen Authored: Wed Jun 19 01:16:17 2013 -0700 Committer: Jesse MacFadyen Committed: Wed Jun 19 01:16:17 2013 -0700 ---------------------------------------------------------------------- .gitignore | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/8310bce6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4ab8557..a01c6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,4 @@ -# Shamelessly stolen from http://gist.github.com/114476 -# .gitignore for .NET projects -# Thanks to Derick Bailey -# http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx -# Additional Thanks to -# - Alexey Abramov - -# Standard VS.NET and ReSharper Foo + obj Bin *.csproj.user @@ -28,26 +21,14 @@ Thumbs.db *.log *.swp *.user -_compareTemp -_notes -aspnet_client -httpd.parse.errors - -# Office Temp Files -~$* - -# If you have a deploy folder -# deploy -# deploy/* - -# Exclude ALL DLLs? ( -# *.dll *.DS_Store -test/MobileSpecUnitTests/CordovaSourceDictionary.xml -example/CordovaSourceDictionary.xml -templates/standalone/CordovaSourceDictionary.xml + +#We want to allow some bin folders ... +!wp7/bin/ +!wp8/bin/ +