From 85cc65d367db3b4692dd884ce3ca97ddc1b6f98e Mon Sep 17 00:00:00 2001 From: Matthew Strickland Date: Sun, 25 Mar 2012 20:39:01 -0300 Subject: [PATCH] Update CSharp gitignore w/ more common files that need to be ignored. --- CSharp.gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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