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 <[email protected]>
Authored: Wed Jun 19 01:16:17 2013 -0700
Committer: Jesse MacFadyen <[email protected]>
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/
+
 
 
 

Reply via email to