From 254bd43b830c733a259159bfcc8d763109be47fb Mon Sep 17 00:00:00 2001 From: Jamie Humphries Date: Wed, 11 Sep 2013 09:35:58 +0100 Subject: [PATCH] Add Visual Studio ignore for Microsoft Fakes generated files. Ignores files that are generated from the Fakes/*.fakes file at build time. --- VisualStudio.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de..5ce7ae5e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -133,6 +133,12 @@ UpgradeLog*.htm App_Data/*.mdf App_Data/*.ldf +# Microsoft Fakes +*.Fakes.dll +*.Fakes.fakesconfig +*.Fakes.messages +*.Fakes.xml + # ========================= # Windows detritus # =========================