diff --git a/CSharp.gitignore b/CSharp.gitignore index 9421b39..e457e42 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -1,7 +1,16 @@ # ReSharper meta directory _ReSharper* # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) 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