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]
|
|
|
|
*.ao
|
|
|
|
*.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
|
2010-08-18 08:08:49 -06:00
|
|
|
y.tab.[ch]
|
2010-06-09 22:39:40 -06:00
|
|
|
doc/htmlgen
|
2011-02-18 11:44:53 -07:00
|
|
|
doc/codelab/wiki/*.bin
|
2011-01-31 14:21:44 -07:00
|
|
|
misc/cgo/life/run.out
|
|
|
|
misc/dashboard/builder/gobuilder
|
|
|
|
misc/goplay/goplay
|
2010-08-18 08:08:49 -06:00
|
|
|
src/Make.inc
|
2009-10-22 12:07:39 -06:00
|
|
|
src/cmd/6a/6a
|
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
|
2009-10-22 12:07:39 -06:00
|
|
|
src/cmd/gc/builtin.c
|
|
|
|
src/cmd/gc/mkbuiltin1
|
|
|
|
src/cmd/gc/opnames.h
|
2010-02-01 17:34:25 -07:00
|
|
|
src/cmd/gc/y.output
|
|
|
|
src/cmd/gc/y1.tab.c
|
|
|
|
src/cmd/gc/yerr.h
|
2011-03-07 08:54:53 -07:00
|
|
|
src/cmd/goinstall/syslist.go
|
2009-11-19 17:27:13 -07:00
|
|
|
src/pkg/Make.deps
|
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
|
2009-10-22 12:07:39 -06:00
|
|
|
src/pkg/exp/ogle/ogle
|
2011-06-05 17:25:30 -06:00
|
|
|
src/pkg/go/build/syslist.go
|
2010-01-11 12:23:46 -07:00
|
|
|
src/pkg/os/signal/unix.go
|
2009-11-01 06:20:30 -07:00
|
|
|
src/pkg/runtime/*/asm.h
|
2010-04-26 23:49:14 -06:00
|
|
|
src/pkg/runtime/goc2c
|
2010-03-17 00:10:33 -06:00
|
|
|
src/pkg/runtime/mkversion
|
2009-11-07 13:27:11 -07:00
|
|
|
src/pkg/runtime/runtime.acid.*
|
2011-01-31 14:21:44 -07:00
|
|
|
src/pkg/runtime/runtime_defs.go
|
2010-03-17 00:10:33 -06:00
|
|
|
src/pkg/runtime/version.go
|
2011-02-08 18:34:50 -07:00
|
|
|
src/pkg/runtime/version_*.go
|
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
|
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]*$
|