go/build.Package.IgnoredOtherFiles (field)

6 uses

	go/build (current package)
		build.go#L459: 	IgnoredOtherFiles []string // non-.go source files ignored for this build
		build.go#L911: 				p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, name)
		build.go#L1072: 		p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, Sfiles...)
		build.go#L1073: 		slices.Sort(p.IgnoredOtherFiles)