f1ba16952f
R=bradfitz CC=golang-dev http://codereview.appspot.com/6199043
35 lines
306 B
Text
35 lines
306 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
|
|
goinstall.log
|
|
last-change
|
|
VERSION.cache
|
|
out.png
|
|
|
|
syntax:regexp
|
|
^bin/
|
|
^pkg/
|
|
^src/cmd/(.*)/6?\1$
|
|
^.*/core.[0-9]*$
|