go/build.Package.IgnoredOtherFiles (field)

6 uses

	go/build (current package)
		build.go#L431: 	IgnoredOtherFiles []string // non-.go source files ignored for this build
		build.go#L859: 				p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, name)
		build.go#L1011: 		p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, Sfiles...)
		build.go#L1012: 		sort.Strings(p.IgnoredOtherFiles)