mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
f0bd539c59
This brings dev.power64 up-to-date with the current tip of default. go_bootstrap is still panicking with a bad defer when initializing the runtime (even on amd64). LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/152570049
58 lines
798 B
Text
58 lines
798 B
Text
syntax:glob
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
*.[5689ao]
|
|
*.a[5689o]
|
|
*.so
|
|
*.pyc
|
|
._*
|
|
.nfs.*
|
|
[5689a].out
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
.*.swp
|
|
core
|
|
*.cgo*.go
|
|
*.cgo*.c
|
|
_cgo_*
|
|
_obj
|
|
_test
|
|
_testmain.go
|
|
build.out
|
|
test.out
|
|
doc/articles/wiki/*.bin
|
|
include/plan9/libc_plan9.h
|
|
misc/cgo/life/run.out
|
|
misc/cgo/stdio/run.out
|
|
misc/cgo/testso/main
|
|
misc/dashboard/builder/builder
|
|
src/cmd/?a/y.output
|
|
src/liblink/anames?.c
|
|
src/cmd/cc/y.output
|
|
src/cmd/cgo/zdefaultcc.go
|
|
src/cmd/dist/dist.dSYM
|
|
src/cmd/gc/mkbuiltin1
|
|
src/cmd/gc/opnames.h
|
|
src/cmd/gc/y.output
|
|
src/cmd/go/zdefaultcc.go
|
|
src/go/doc/headscan
|
|
src/runtime/mkversion
|
|
src/runtime/z*
|
|
src/unicode/maketables
|
|
src/*.*/
|
|
test/pass.out
|
|
test/run.out
|
|
test/times.out
|
|
test/garbage/*.out
|
|
goinstall.log
|
|
last-change
|
|
VERSION.cache
|
|
|
|
syntax:regexp
|
|
^bin/
|
|
^pkg/
|
|
^src/cmd/(.*)/6?\1$
|
|
^.*/core.[0-9]*$
|