This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 247
/
.gitignore
103 lines (96 loc) · 2.49 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/main/**/x64/**/*
/main/**/Win32/**/*
/main/**/x86/**/*
/main/**/bin/**/*
/main/**/obj/**/*
/main/**/Debug
/main/**/Release
/main/**/*.user
/main/**/*.opensdf
/main/**/*.sdf
/main/**/*.suo
/main/Docs
/main/OpenCover.Profiler/OpenCoverProfiler_i.h
/main/OpenCover.Profiler/OpenCoverProfiler_i.c
/main/OpenCover.Profiler/OpenCoverProfiler64_i.h
/main/OpenCover.Profiler/OpenCoverProfiler64_i.c
/main/ipch
/main/OpenCover.Profiler/OpenCoverProfiler_p.c
/main/OpenCover.Profiler/OpenCoverProfiler64_p.c
/main/OpenCover.Profiler/dlldata.c
/tools/gtest-1.6.0
/tools/atlsvr.9.0.70425
/main/opencover.sln.cache
/build/Version/opencover.snk
/build/Version/opencover.public.snk
/main/bin
/main/*.user
/main/_ReSharper.OpenCover
/main/OpenCover.Profiler/RDa01252
/main/OpenCover.Profiler/RCa01252
/main/OpenCover_mm_cache.bin
/main/OpenCover.sln.docstates.suo
/main/CodeAnalyst/OpenCover.caw
/main/OpenCover.sln.DotSettings.user
/main/OpenCover.v11.suo
/tools/GendarmeSigned
/main/TestResults
*.suo
/main/packages
!main/packages/repositories.config
/main/OpenCover.Profiler/OpenCover.Profiler.aps
/main/OpenCover.Test/FakesAssemblies
/fakes/**/bin/**/*
/fakes/**/obj/**/*
/fakes/**/FakesAssemblies/**/*
/fakes/packages
!fakes/packages/repositories.config
/results.xml
.vs
project.lock.json
*.opendb
!/tools/Mono.Cecil/**
#samples
/samples/**/bin/**/*
/samples/**/obj/**/*
!/samples/bin/**
/samples/OpenCover.Samples.suo
/samples/_ReSharper.OpenCover.Samples
/samples/OpenCover.Samples.5.0.ReSharper.user
/samples/OpenCover.Samples.6.0.ReSharper.user
/samples/SampleSln/.nuget/packages.config
/samples/SampleSln/nuget/packages.config
/samples/SampleSln/coverage.bat
/samples/SampleSln/coverage
/samples/SampleSln/packages
!samples/SampleSln/packages/repositories.config
#release-notes
/main/OpenCover.Packages/nuget/opencover/readme_with_releasenotes.txt
ReleaseNotes.txt
#Coverity
cov-int*
coverity.zip
#SharpDevelop
/**/OpenCover/coverage.xml
#sonarqube
/.sonarqube
!tools/sonarqube/**/*
!tools/CxxSonarQubeMsbuidRunner.exe
/main/.sonarqube
/main/.cxxresults
/tools/sonarqube/cxx-runner
/main/OpenCover.VC.db
/TestResult.xml
/main/sonarcpp/**
/tools/sonarqube
#chocolatey
/main/bin/chocpackage/*.nupkg
/samples/SampleSln.zip
/main/OpenCover.Packages/chocolatey/**/chocolateyInstall.ps1
#OpenCppCoverage
/CoverageReport*/**/*
/GenericCoverage.xml
/OpenCover.Test.ProfilerCoverage.xml
/main/after.opencover.sln.targets
/LastCoverageResults.log
sentry.txt