|
17 | 17 |
|
18 | 18 | *.tlog
|
19 | 19 |
|
20 |
| -#NCrunch |
21 |
| -_NCrunch_*/ |
22 |
| -*.ncrunchsolution |
23 |
| -*.ncrunchsolution.user |
24 |
| -*.ncrunchproject |
25 |
| -*.ncrunchproject.user |
26 |
| - |
27 |
| -# NuGet package files |
28 |
| -Agent/NewRelic/Tray/packages/ |
29 |
| -Agent/packages/ |
30 |
| -PerformanceTests/packages/ |
31 |
| -PhantomJSTests/packages/ |
32 |
| - |
33 | 20 | # Version Files
|
34 | 21 | VersionAssemblyInfo.cs
|
35 | 22 |
|
36 |
| -# Misc build artifacts |
37 |
| - |
38 | 23 | # Build output
|
39 | 24 | bin/
|
40 | 25 | obj/
|
41 |
| -*.ipch |
42 |
| -*.idl |
43 |
| -*.tlb |
44 |
| -*.mrg.h |
45 |
| -UpgradeLog.htm |
46 |
| - |
47 |
| -# Development stuff |
48 |
| -*.swp |
49 |
| -tags |
50 |
| -FILES |
51 |
| -junk |
52 |
| -*.out |
53 |
| -*.jmconfig |
54 |
| -Agent/.vs/config/applicationhost.config |
55 | 26 |
|
56 | 27 | # Windows image thumbnail cache file
|
57 | 28 | Thumbs.db
|
58 | 29 |
|
59 |
| -# NDepends utility |
60 |
| -NDependOut/ |
61 |
| -*.ndproj |
62 |
| - |
63 | 30 | *.pidb
|
64 | 31 |
|
65 |
| -test-results |
66 |
| - |
67 | 32 | #ignore launchSettings
|
68 | 33 | launchSettings.json
|
69 | 34 |
|
70 | 35 | # Ignore FullAgent build output
|
71 | 36 | src/_build/
|
72 |
| -Agent/_build/ |
73 |
| -Build/_staging |
74 |
| -Build/BuildArtifacts |
75 | 37 |
|
76 | 38 | # Build tools should be saved in full, even if they match ignore patterns.
|
77 |
| -!Agent/BuildTools/* |
78 |
| -!Agent/BuildTools/SignTool/* |
79 |
| - |
80 |
| -# External libraries should be saved in full, even if they match ignore patterns. |
81 |
| -!Agent/ExternalLibs/* |
| 39 | +!/build/Tools/* |
82 | 40 |
|
83 |
| -# Don't save any of the logs in NewRelicHome |
84 |
| -Agent/NewRelicHome/Logs/* |
85 |
| - |
86 |
| -# Ignore C++ generated source files. |
87 |
| -Agent/NewRelic.Agent.IL/_NewRelic.Agent.IL.idl |
88 |
| -Agent/NewRelic.Agent.IL/_NewRelic.Agent.IL.tlb |
89 |
| - |
90 |
| -# Ignore build output files copied to New Relic Home x86/x64 |
| 41 | +# Ignore home dirs |
91 | 42 | newrelichome_*
|
92 |
| -src/Agent/New Relic Home* |
93 |
| - |
94 |
| -# Ignore New Relic Home generated registry files |
95 |
| -src/Agent/New Relic Home x86.reg |
96 |
| -src/Agent/New Relic Home x64.reg |
97 |
| - |
98 |
| -# Ignore generated version files |
99 |
| -Agent/NewRelic.Agent.IL/NewRelicCoreVersion.h |
100 |
| -Agent/Shared/SharedAssemblyInfoVersion.cs |
101 |
| -Agent/NewRelic/Profiler/Profiler/VersionInfo.h |
102 | 43 |
|
103 |
| -Agent/NewRelic/Profiler/Profiler/test-results |
104 |
| - |
105 |
| -# Ignore source files generated during build |
106 |
| -Agent/Installer/Core.wxs |
107 |
| -Agent/NewRelic/Agent/Core/AgentInstallConfiguration_Generated.cs |
108 |
| - |
109 |
| -# Ignore license reviewer output files |
110 |
| -LicenseData/license_errors.txt |
111 |
| - |
112 |
| -# Sample apps |
113 |
| -App_Data |
114 |
| - |
115 |
| -#Functional Tests |
116 |
| -FunctionalTests/InstallUtil.InstallLog |
117 |
| -*.coverage |
118 |
| -TestResults/* |
119 |
| -*.pubxml.user |
| 44 | +# Integration Tests |
120 | 45 | tests/Agent/IntegrationTests/Applications/*/Deploy/
|
121 | 46 | tests/Agent/IntegrationTests/SharedApplications/*/Deploy/
|
122 | 47 | tests/Agent/IntegrationTests/UnboundedApplications/*/Deploy/
|
123 | 48 | tests/Agent/IntegrationTests/.vs/config/applicationhost.config
|
124 | 49 | .DS_Store
|
125 |
| -Agent/UpgradeLog*.htm |
126 |
| - |
127 |
| -#PlatformTests |
128 |
| -tests/Agent/PlatformTests/packages/ |
129 |
| -tests/Agent/PlatformTests/Applications/ServiceFabricApplication/packages/ |
130 |
| -tests/Agent/PlatformTests/Applications/ServiceFabricApplication/ServiceFabricApplication/pkg |
131 |
| -tests/Agent/PlatformTests/Applications/WindowsContainerApplication/packages |
132 |
| -tests/Agent/PlatformTests/Applications/NetFrameworkBasicApplication/packages |
133 |
| - |
134 |
| -/Tests/Benchmarking/BenchmarkDotNet.Artifacts |
135 |
| -*.dgml |
136 |
| - |
137 |
| -#SmokeTest |
138 |
| -tests/Agent/SmokeTest/logs/ |
139 |
| -tests/Agent/SmokeTest/agent/ |
140 |
| - |
141 |
| -# Include built binaries so that building the profiler is not necessary when only doing managed agent work |
142 |
| -# The Home Builder picks up profiler binaries from this location |
143 |
| -src/Agent/_profilerBuild/**/*.exp |
144 |
| -src/Agent/_profilerBuild/**/*.iobj |
145 |
| -src/Agent/_profilerBuild/**/*.ipdb |
146 |
| -src/Agent/_profilerBuild/**/*.lib |
147 |
| -src/Agent/_profilerBuild/**/*.pdb |
148 |
| -src/Agent/NewRelic/Profiler/out/build/x64-Debug/VSInheritEnvironments.txt |
149 |
| - |
150 |
| -# Ignore any locally built profiler Debug-mode binaries |
| 50 | + |
| 51 | +# Local profiler build artificats |
151 | 52 | src/Agent/_profilerBuild/*Debug
|
| 53 | +src/Agent/NewRelic/Profiler/Profiler/VersionInfo.h |
152 | 54 |
|
153 | 55 | # Ignore any signing keys used in Linux packaging
|
154 | 56 | build/Linux/keys
|
155 | 57 |
|
156 |
| -tests/TestResults/* |
157 |
| - |
158 | 58 | # ignore profiler binaries - they're now pulled from a NuGet package (see Home.csproj)
|
159 | 59 | /src/Agent/_profilerBuild/linux-arm64-release/libNewRelicProfiler.so
|
160 | 60 | /src/Agent/_profilerBuild/linux-x64-release/libNewRelicProfiler.so
|
161 | 61 | /src/Agent/_profilerBuild/x64-Release/NewRelic.Profiler.dll
|
162 | 62 | /src/Agent/_profilerBuild/x86-Release/NewRelic.Profiler.dll
|
163 |
| -/tests/Agent/IntegrationTests/ContainerApplications/.env |
164 | 63 |
|
165 |
| -/tests/Agent/IntegrationTests/LocalStack/volume |
| 64 | +# ignore Docker environment files |
166 | 65 | *.env
|
| 66 | + |
| 67 | +# Container Integration Tests |
| 68 | +/tests/Agent/IntegrationTests/LocalStack/volume |
167 | 69 | /tests/Agent/IntegrationTests/ContainerApplications/volume/cache
|
0 commit comments