go/build.Package.IgnoredOtherFiles (field)

6 uses

	go/build (current package)
		build.go#L416: 	IgnoredOtherFiles []string // non-.go source files ignored for this build
		build.go#L840: 				p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, name)
		build.go#L987: 		p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, Sfiles...)
		build.go#L988: 		sort.Strings(p.IgnoredOtherFiles)