diff --git a/CSharp.gitignore b/CSharp.gitignore index 044ecea8..3e8515c5 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -1,6 +1,28 @@ # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) [Bb]in/ [Oo]bj/ +[Dd]ebug/ +[Rr]elease/ +[Bb]uild/ +[Dd]ist/ +[Cc]lient[Bb]in/ # mstest test results -TestResults \ No newline at end of file + +[Tt]est[Rr]esults/ +[Tt]est[Rr]esult.xml + +# ReSharper files + +*.[Rr]e[Ss]harper +*[Rr]e[Ss]harper.user +_[Rr]e[Ss]harper.*/ + +# Misc VSS files + +*.suo +*.sln.cache +*.user +*.vssscc +*.vspscc +*.[Pp]ublish.xml \ No newline at end of file