Ignoring VS working files and Mac finder

Minor change but stops the need to keep manually ignoring/reverting working files.
diff --git a/.gitignore b/.gitignore
index 3558c56..6f256e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,12 @@
 bin/
 build/
+
+# VS project and working files
+*.vcxproj.user
+.vs/
+Debug/
+Release/
+
+
+# Mac finder
+.DS_Store