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