Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-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 C48699C15 for ; Thu, 23 Feb 2012 22:30:39 +0000 (UTC) Received: (qmail 63834 invoked by uid 500); 23 Feb 2012 22:30:39 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 63816 invoked by uid 500); 23 Feb 2012 22:30:39 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 63756 invoked by uid 99); 23 Feb 2012 22:30:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 22:30:39 +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.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 22:30:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7385D8128DE; Thu, 23 Feb 2012 22:29:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [26/50] [abbrv] wp7 commit: oops Message-Id: <20120223222931.7385D8128DE@tyr.zones.apache.org> Date: Thu, 23 Feb 2012 22:29:31 +0000 (UTC) oops Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/10757b8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/10757b8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/10757b8c Branch: refs/heads/master Commit: 10757b8c97033802a4b4890c8a7974fb8587b800 Parents: 3034aff Author: Jesse MacFadyen Authored: Thu Feb 16 14:21:13 2012 -0800 Committer: Jesse MacFadyen Committed: Thu Feb 16 14:21:13 2012 -0800 ---------------------------------------------------------------------- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/10757b8c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0dabdfc --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# 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 +Bin +*.csproj.user +*.suo +*.cache +Thumbs.db + + +# Other useful stuff +*.bak +*.cache +*.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 + +/example/GapSourceDictionary.xml +/tests/MobileSpecUnitTests/GapSourceDictionary.xml + + + + \ No newline at end of file