From a678f189ce57882a44e0d7a1e88b5476307bb2fc Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 27 Dec 2011 20:40:12 -0800 Subject: [PATCH] Added some .gitignore settings for ignoring user-specific files in Visual Studio, which are typically not included in git repos for C# --- CSharp.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9ac0ec3d..2ab2503b 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -2,5 +2,10 @@ bin obj +#User-specific settings for Visual Studio +*.suo +*.user +*.cache + # mstest test results TestResults \ No newline at end of file