From 4ad0e516f55f2cc95645257e0f063c148e3e54a6 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 18 Aug 2015 17:38:43 -0500 Subject: [PATCH] Ignore MSVC non-project files Ignore auto generated or user configuration for MSVC projects. Note: .user is ignored in Xcode section but applies to MSVC too. Patch by @shearer12345. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fff13734..e0b21e44 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ profile # Microsoft Visual Studio #################### -*.sdf \ No newline at end of file +*.sdf +*.opensdf +*.suo