From 875a5c2df7da1ba473ef0cd7d5bfb78e4e5fd657 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 18 May 2011 16:07:22 +0200 Subject: [PATCH] Ignore CMake files and generated Visual Studio files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cde2aa687..254e63db7 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