From 5a322820144947c4b0aa37de504a4364a10464e9 Mon Sep 17 00:00:00 2001 From: Chakrit Wichian Date: Tue, 25 Oct 2011 01:41:53 +0700 Subject: [PATCH] Added .SUO and .USER file which is user-specific (window layouts... etc.) and usually not needed in the project codebase. --- CSharp.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9ac0ec3d..50a53dc9 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -3,4 +3,8 @@ bin obj # mstest test results -TestResults \ No newline at end of file +TestResults + +# user-specific preferences stuff saved by Visual Studio +*.suo +*.user