@joebigelow / wix / commits / ab6477ed

Update to latest .gitignore

Rob Mensching committed Sep 22, 2017 at 07:46 UTC ab6477ed0faf81cf152d99a3e07f7489b7dea7f7
1 file changed +8 -1
.gitignore
+8 -1
@@ -119,6 +119,10 @@ _TeamCity*
119 # DotCover is a Code Coverage Tool
120 *.dotCover
121
122 +# AxoCover is a Code Coverage Tool
123 +.axoCover/*
124 +!.axoCover/settings.json
125 +
126 # Visual Studio code coverage results
127 *.coverage
128 *.coveragexml
@@ -295,4 +299,7 @@ __pycache__/
299 *.btp.cs
300 *.btm.cs
301 *.odx.cs
298 -*.xsd.cs
\ No newline at end of file
302 +*.xsd.cs
303 +
304 +# OpenCover UI analysis results
305 +OpenCover/
\ No newline at end of file