From 2dcbc21d808afba1e23c0498f037ece62d585e93 Mon Sep 17 00:00:00 2001 From: Robin Hultman Date: Wed, 1 Mar 2017 10:32:17 +0100 Subject: [PATCH] Added BizTalk build output files to ignore list --- VisualStudio.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ffcdc432..a752eacc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -278,4 +278,10 @@ __pycache__/ # !tools/packages.config # Telerik's JustMock configuration file -*.jmconfig \ No newline at end of file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs \ No newline at end of file