mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
1e6996ff2e
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/40720049
63 lines
896 B
Text
63 lines
896 B
Text
syntax:glob
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
*.[568ao]
|
|
*.a[568o]
|
|
*.so
|
|
*.pyc
|
|
._*
|
|
.nfs.*
|
|
[568a].out
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
.*.swp
|
|
core
|
|
*.cgo*.go
|
|
*.cgo*.c
|
|
_cgo_*
|
|
_obj
|
|
_test
|
|
_testmain.go
|
|
build.out
|
|
test.out
|
|
doc/tmpltohtml
|
|
doc/articles/wiki/*.bin
|
|
misc/cgo/life/run.out
|
|
misc/cgo/stdio/run.out
|
|
misc/cgo/testso/main
|
|
misc/dashboard/builder/builder
|
|
misc/goplay/goplay
|
|
misc/osx/*.pkg
|
|
misc/osx/*.dmg
|
|
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/liblink/anames?.c
|
|
src/pkg/go/doc/headscan
|
|
src/pkg/runtime/goc2c
|
|
src/pkg/runtime/mkversion
|
|
src/pkg/runtime/z*
|
|
src/pkg/unicode/maketables
|
|
src/pkg/*.*/
|
|
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]*$
|