mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
766d042e48
apparently some versions of GNU make cannot handle the %: %.$O rule. i don't understand why and don't care enough to find out. R=agl1 CC=golang-dev https://golang.org/cl/206055
40 lines
539 B
Text
40 lines
539 B
Text
syntax:glob
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
*.[568ao]
|
|
*.ao
|
|
*.so
|
|
*.pyc
|
|
._*
|
|
.nfs.*
|
|
[568a].out
|
|
*~
|
|
*.orig
|
|
core
|
|
_obj
|
|
_test
|
|
src/cmd/6a/6a
|
|
y.tab.[ch]
|
|
src/cmd/?l/enam.c
|
|
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/cgo2c
|
|
src/pkg/runtime/*/asm.h
|
|
src/pkg/runtime/runtime.acid.*
|
|
test/pass.out
|
|
test/run.out
|
|
test/times.out
|
|
test/garbage/*.out
|
|
|
|
syntax:regexp
|
|
^pkg/
|
|
^src/cmd/(.*)/6?\1$
|
|
^.*/core.[0-9]*$
|