You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/02/23 23:29:31 UTC

[26/50] [abbrv] wp7 commit: oops

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 <pu...@gmail.com>
Authored: Thu Feb 16 14:21:13 2012 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
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