2009-10-22 12:07:39 -06:00
|
|
|
syntax:glob
|
2010-02-03 21:12:39 -07:00
|
|
|
.DS_Store
|
2009-11-17 17:46:58 -07:00
|
|
|
.git
|
2010-02-09 14:18:51 -07:00
|
|
|
.gitignore
|
2009-10-22 12:07:39 -06:00
|
|
|
*.[568ao]
|
2012-02-01 05:14:37 -07:00
|
|
|
*.a[568o]
|
2009-10-22 12:07:39 -06:00
|
|
|
*.so
|
2009-11-01 06:20:30 -07:00
|
|
|
*.pyc
|
|
|
|
._*
|
|
|
|
.nfs.*
|
2009-10-22 12:07:39 -06:00
|
|
|
[568a].out
|
2009-11-07 13:27:11 -07:00
|
|
|
*~
|
|
|
|
*.orig
|
2011-01-24 12:14:26 -07:00
|
|
|
*.rej
|
2011-01-19 13:10:15 -07:00
|
|
|
*.exe
|
|
|
|
.*.swp
|
2009-11-07 13:27:11 -07:00
|
|
|
core
|
2011-02-22 13:42:10 -07:00
|
|
|
*.cgo*.go
|
|
|
|
*.cgo*.c
|
2011-01-11 22:17:54 -07:00
|
|
|
_cgo_*
|
2009-10-22 12:07:39 -06:00
|
|
|
_obj
|
|
|
|
_test
|
2010-10-03 21:56:44 -06:00
|
|
|
_testmain.go
|
2011-04-06 15:52:02 -06:00
|
|
|
build.out
|
|
|
|
test.out
|
2012-02-02 19:25:26 -07:00
|
|
|
doc/tmpltohtml
|
2012-03-07 15:23:56 -07:00
|
|
|
doc/articles/wiki/*.bin
|
2011-01-31 14:21:44 -07:00
|
|
|
misc/cgo/life/run.out
|
2012-03-06 23:21:38 -07:00
|
|
|
misc/cgo/stdio/run.out
|
2012-03-08 10:49:23 -07:00
|
|
|
misc/cgo/testso/main
|
2012-03-07 15:23:56 -07:00
|
|
|
misc/dashboard/builder/builder
|
2011-01-31 14:21:44 -07:00
|
|
|
misc/goplay/goplay
|
2011-11-18 18:05:53 -07:00
|
|
|
misc/osx/*.pkg
|
|
|
|
misc/osx/*.dmg
|
2009-10-22 12:07:39 -06:00
|
|
|
src/cmd/6a/6a
|
2012-03-12 13:31:11 -06:00
|
|
|
src/cmd/?a/y.output
|
2009-11-07 13:27:11 -07:00
|
|
|
src/cmd/?l/enam.c
|
2010-08-26 00:50:17 -06:00
|
|
|
src/cmd/cc/y.output
|
2012-02-17 09:21:32 -07:00
|
|
|
src/cmd/dist/dist.dSYM
|
2009-10-22 12:07:39 -06:00
|
|
|
src/cmd/gc/mkbuiltin1
|
|
|
|
src/cmd/gc/opnames.h
|
2010-02-01 17:34:25 -07:00
|
|
|
src/cmd/gc/y.output
|
2011-08-04 15:15:19 -06:00
|
|
|
src/pkg/exp/norm/maketables
|
2011-08-10 07:34:12 -06:00
|
|
|
src/pkg/exp/norm/maketesttables
|
2011-09-14 12:03:21 -06:00
|
|
|
src/pkg/exp/norm/normregtest
|
2011-10-26 05:22:33 -06:00
|
|
|
src/pkg/exp/ebnflint/ebnflint
|
2011-12-01 22:24:12 -07:00
|
|
|
src/pkg/go/doc/headscan
|
2010-04-26 23:49:14 -06:00
|
|
|
src/pkg/runtime/goc2c
|
2010-03-17 00:10:33 -06:00
|
|
|
src/pkg/runtime/mkversion
|
2011-12-20 13:54:39 -07:00
|
|
|
src/pkg/runtime/z*
|
2011-01-31 14:21:44 -07:00
|
|
|
src/pkg/unicode/maketables
|
2011-03-16 23:45:05 -06:00
|
|
|
src/pkg/*.*/
|
2009-10-22 12:07:39 -06:00
|
|
|
test/pass.out
|
|
|
|
test/run.out
|
|
|
|
test/times.out
|
2010-02-09 21:29:08 -07:00
|
|
|
test/garbage/*.out
|
2010-09-02 11:48:28 -06:00
|
|
|
goinstall.log
|
2011-09-20 12:56:15 -06:00
|
|
|
last-change
|
2012-02-04 19:36:20 -07:00
|
|
|
VERSION.cache
|
2009-10-22 12:07:39 -06:00
|
|
|
|
|
|
|
syntax:regexp
|
2010-07-18 22:10:00 -06:00
|
|
|
^bin/
|
2009-10-22 12:07:39 -06:00
|
|
|
^pkg/
|
|
|
|
^src/cmd/(.*)/6?\1$
|
2009-11-07 13:27:11 -07:00
|
|
|
^.*/core.[0-9]*$
|