Ignore CMake files and generated Visual Studio files
diff --git a/.gitignore b/.gitignore
index cde2aa6..254e63d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,8 +14,11 @@ build/
tests/tmp/
msvc/Debug/
msvc/Release/
+*.sln
*.suo
-*.user
+*.vc*proj*
*.sdf
*.opensdf
+CMake*
+*.cmake
.DS_Store