Added some patterns to .gitignore file to filter out some Visual Studio specifics.
diff --git a/.gitignore b/.gitignore
index 8ff908f..f4d27f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+
/apidocs
/trash-*.exe
/libgit2.pc
@@ -12,3 +13,9 @@
.waf*
build/
tests/tmp/
+msvc/Debug/
+msvc/Release/
+*.suo
+*.user
+*sdf
+*.opensdf
\ No newline at end of file