diff options
author | Filip W <wojcieszyn@gmail.com> | 2016-09-12 15:34:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 15:34:02 +0200 |
commit | 6951912890be0b93eb0b8ff12265218393bd36e6 (patch) | |
tree | 17ac5fd1fbbf46c7cfecb7fd02b68f97d39cc5fd | |
parent | 6a81bf03cfe0701b6ecd5d67da6f0ccf3ca99d75 (diff) | |
download | gitignore-6951912890be0b93eb0b8ff12265218393bd36e6.tar.gz gitignore-6951912890be0b93eb0b8ff12265218393bd36e6.zip |
added VS code coverage files
-rw-r--r-- | VisualStudio.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c8557d40..f3e58fc2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -110,6 +110,10 @@ _TeamCity* # DotCover is a Code Coverage Tool *.dotCover +# Visual Studio code coverage results +*.coverage +*.coveragexml + # NCrunch _NCrunch_* .*crunch*.local.xml |