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