Adding a .gitignore to stop git from trying to version certain files.
Adding a .gitignore to stop git from trying to version certain files.

file:b/src/.gitignore (new)
--- /dev/null
+++ b/src/.gitignore
@@ -1,1 +1,5 @@
-
+Debug
+Release
+*.suo
+*.release
+*.aps