mirror of
https://github.com/golang/go
synced 2024-11-02 08:01:26 +00:00
2585888118
R=golang-dev, adg1, adg CC=golang-dev https://golang.org/cl/2023044
48 lines
689 B
Text
48 lines
689 B
Text
syntax:glob
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
*.[568ao]
|
|
*.ao
|
|
*.so
|
|
*.pyc
|
|
._*
|
|
.nfs.*
|
|
[568a].out
|
|
*~
|
|
*.orig
|
|
core
|
|
_obj
|
|
_test
|
|
y.tab.[ch]
|
|
doc/htmlgen
|
|
src/Make.inc
|
|
src/cmd/6a/6a
|
|
src/cmd/?l/enam.c
|
|
src/cmd/cc/y.output
|
|
src/cmd/gc/builtin.c
|
|
src/cmd/gc/mkbuiltin1
|
|
src/cmd/gc/opnames.h
|
|
src/cmd/gc/y.output
|
|
src/cmd/gc/y1.tab.c
|
|
src/cmd/gc/yerr.h
|
|
src/pkg/Make.deps
|
|
src/pkg/exp/ogle/ogle
|
|
src/pkg/os/signal/unix.go
|
|
src/pkg/runtime/*/asm.h
|
|
src/pkg/runtime/goc2c
|
|
src/pkg/runtime/mkversion
|
|
src/pkg/runtime/runtime.acid.*
|
|
src/pkg/runtime/version.go
|
|
src/pkg/github.com/
|
|
src/pkg/*.googlecode.com/
|
|
test/pass.out
|
|
test/run.out
|
|
test/times.out
|
|
test/garbage/*.out
|
|
|
|
syntax:regexp
|
|
^bin/
|
|
^pkg/
|
|
^src/cmd/(.*)/6?\1$
|
|
^.*/core.[0-9]*$
|