mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
2632d75851
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5752066
62 lines
889 B
Text
62 lines
889 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/codelab/wiki/*.bin
|
|
misc/cgo/life/run.out
|
|
misc/dashboard/builder/gobuilder
|
|
misc/goplay/goplay
|
|
misc/osx/*.pkg
|
|
misc/osx/*.dmg
|
|
src/cmd/6a/6a
|
|
src/cmd/?l/enam.c
|
|
src/cmd/cc/y.output
|
|
src/cmd/dist/dist.dSYM
|
|
src/cmd/gc/mkbuiltin1
|
|
src/cmd/gc/opnames.h
|
|
src/cmd/gc/y.output
|
|
src/pkg/exp/norm/maketables
|
|
src/pkg/exp/norm/maketesttables
|
|
src/pkg/exp/norm/normregtest
|
|
src/pkg/exp/ebnflint/ebnflint
|
|
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]*$
|