diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -119,6 +119,10 @@ _TeamCity* | |||
119 | # DotCover is a Code Coverage Tool | 119 | # DotCover is a Code Coverage Tool |
120 | *.dotCover | 120 | *.dotCover |
121 | 121 | ||
122 | # AxoCover is a Code Coverage Tool | ||
123 | .axoCover/* | ||
124 | !.axoCover/settings.json | ||
125 | |||
122 | # Visual Studio code coverage results | 126 | # Visual Studio code coverage results |
123 | *.coverage | 127 | *.coverage |
124 | *.coveragexml | 128 | *.coveragexml |
@@ -295,4 +299,7 @@ __pycache__/ | |||
295 | *.btp.cs | 299 | *.btp.cs |
296 | *.btm.cs | 300 | *.btm.cs |
297 | *.odx.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 | ||