mirror of
https://github.com/golang/go
synced 2024-11-12 10:30:23 -07:00
0211771f2b
I'd rather delete the file but I doubt that will be popular. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/150100043
59 lines
795 B
Plaintext
59 lines
795 B
Plaintext
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/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]*$
|