mirror of
https://github.com/golang/go
synced 2024-11-02 17:51:55 +00:00
95ed5c3800
The go/build package needs access to this configuration, so move it into a new package available to the standard library. Change-Id: I868a94148b52350c76116451f4ad9191246adcff Reviewed-on: https://go-review.googlesource.com/c/go/+/310731 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com>
52 lines
965 B
Text
52 lines
965 B
Text
.DS_Store
|
|
*.[56789ao]
|
|
*.a[56789o]
|
|
*.so
|
|
*.pyc
|
|
._*
|
|
.nfs.*
|
|
[56789a].out
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
.*.swp
|
|
core
|
|
*.cgo*.go
|
|
*.cgo*.c
|
|
_cgo_*
|
|
_obj
|
|
_test
|
|
_testmain.go
|
|
|
|
/VERSION.cache
|
|
/bin/
|
|
/build.out
|
|
/doc/articles/wiki/*.bin
|
|
/goinstall.log
|
|
/last-change
|
|
/misc/cgo/life/run.out
|
|
/misc/cgo/stdio/run.out
|
|
/misc/cgo/testso/main
|
|
/pkg/
|
|
/src/*.*/
|
|
/src/cmd/cgo/zdefaultcc.go
|
|
/src/cmd/dist/dist
|
|
/src/cmd/go/internal/cfg/zdefaultcc.go
|
|
/src/cmd/go/internal/cfg/zosarch.go
|
|
/src/cmd/internal/objabi/zbootstrap.go
|
|
/src/go/build/zcgo.go
|
|
/src/go/doc/headscan
|
|
/src/internal/buildcfg/zbootstrap.go
|
|
/src/runtime/internal/sys/zversion.go
|
|
/src/unicode/maketables
|
|
/test.out
|
|
/test/garbage/*.out
|
|
/test/pass.out
|
|
/test/run.out
|
|
/test/times.out
|
|
|
|
# This file includes artifacts of Go build that should not be checked in.
|
|
# For files created by specific development environment (e.g. editor),
|
|
# use alternative ways to exclude files from git.
|
|
# For example, set up .git/info/exclude or use a global .gitignore.
|