From 02435c4b22463b9119d964d2c6b7ebbac745f3a4 Mon Sep 17 00:00:00 2001 From: Benlitz Date: Sat, 4 Jan 2014 08:14:42 +0000 Subject: [PATCH] adding resharper to .gitignore for the lame windows coders that also writes assisted C# code --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e526a99..aa69d053 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,8 @@ build/vs2012/*.sdf build/vs2012/*.suo build/vs2012/*.log build/vs2012/*.XGD +# ReSharper cruft +_ReSharper.* # Do not exclude anything in external. There is no way to do this recursively # but the nesting below is currently one level more than our current max. !external/*