From 31198dd999598e5a3eb9aa86b4b15711e0a8505a Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Fri, 11 Feb 2011 13:00:16 +0100 Subject: [PATCH] c# projects: ignore user specific files, testresults and windows picture index files --- CSharp.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9421b39d..e457e42c 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -5,3 +5,12 @@ _ReSharper* bin obj +# user settings +*.user +*.suo + +# if you have pictures, windows will likely create those annoying index files +Thumbs.db + +# mstest test results +TestResults \ No newline at end of file