From a35c4b5aceaf995a971cbe42b0eb573da676b1b0 Mon Sep 17 00:00:00 2001 From: Alex Lyman Date: Mon, 18 Apr 2011 14:46:46 -0700 Subject: [PATCH] - Modified .gitignore to ignore Resharper files and patches --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a81b8dbf5..34d0f34e7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,9 @@ obj/ /ICSharpCode.Decompiler/Properties/AssemblyInfo.cs /ILSpy/Properties/AssemblyInfo.cs -*.suo \ No newline at end of file +*.suo +*.user +/Resharper-ILSpy-Style.xml +_ReSharper*/ +*.ReSharper +*.patch