chore: add test fixtures to gitignore (#22255)
Ilya Mashchenko committed
Apr 23, 2026 at 12:50 UTC
bea028ee8268f387bca3558a9e7e961a8623ff94
1 file changed
+3
.gitignore
+3
@@ -192,6 +192,9 @@ build-*/
192
# ignore rules for go plugin code
193
src/go/plugin/go.d/bin/
194
src/go/plugin/go.d/vendor
195
+# Test fixtures from https://github.com/netdata/testdata
196
+# Used by tests with: go test -tags=topology_fixtures ./...
197
+src/go/testdata
198
199
# ignore files used with msi installer
200
packaging/windows/*.msi