Commit 875a5c2df7da1ba473ef0cd7d5bfb78e4e5fd657

Sebastian Schuberth 2011-05-18T16:07:22

Ignore CMake files and generated Visual Studio files

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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