Rob Pike | 188b2ac | 2010-02-03 20:12:39 -0800 | [diff] [blame] | 1 | .DS_Store |
Shenghou Ma | fcb842c | 2014-08-07 14:37:00 -0400 | [diff] [blame] | 2 | *.[5689ao] |
| 3 | *.a[5689o] |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 4 | *.so |
Russ Cox | eef3fbb | 2009-11-01 05:20:30 -0800 | [diff] [blame] | 5 | *.pyc |
| 6 | ._* |
| 7 | .nfs.* |
Shenghou Ma | fcb842c | 2014-08-07 14:37:00 -0400 | [diff] [blame] | 8 | [5689a].out |
Ian Lance Taylor | 49d4e8c | 2009-11-07 12:27:11 -0800 | [diff] [blame] | 9 | *~ |
| 10 | *.orig |
Russ Cox | 17fc373a | 2011-01-24 14:14:26 -0500 | [diff] [blame] | 11 | *.rej |
Hector Chu | aae5f91 | 2011-01-19 15:10:15 -0500 | [diff] [blame] | 12 | *.exe |
| 13 | .*.swp |
Ian Lance Taylor | 49d4e8c | 2009-11-07 12:27:11 -0800 | [diff] [blame] | 14 | core |
Gustavo Niemeyer | bd44684 | 2011-02-22 15:42:10 -0500 | [diff] [blame] | 15 | *.cgo*.go |
| 16 | *.cgo*.c |
Nigel Tao | 8c6f997 | 2011-01-12 16:17:54 +1100 | [diff] [blame] | 17 | _cgo_* |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 18 | _obj |
| 19 | _test |
Alex Brainman | 1756b31 | 2010-10-04 14:56:44 +1100 | [diff] [blame] | 20 | _testmain.go |
Russ Cox | 48ae1f2 | 2011-04-06 17:52:02 -0400 | [diff] [blame] | 21 | build.out |
| 22 | test.out |
Shenghou Ma | 90010f8 | 2012-03-08 06:23:56 +0800 | [diff] [blame] | 23 | doc/articles/wiki/*.bin |
David du Colombier | 174b8c9 | 2014-02-13 20:06:41 +0100 | [diff] [blame] | 24 | include/plan9/libc_plan9.h |
Ian Lance Taylor | 31d7efd | 2011-01-31 13:21:44 -0800 | [diff] [blame] | 25 | misc/cgo/life/run.out |
Francisco Souza | ca21b12 | 2012-03-07 01:21:38 -0500 | [diff] [blame] | 26 | misc/cgo/stdio/run.out |
Francisco Souza | b492bbe | 2012-03-08 12:49:23 -0500 | [diff] [blame] | 27 | misc/cgo/testso/main |
Shenghou Ma | 90010f8 | 2012-03-08 06:23:56 +0800 | [diff] [blame] | 28 | misc/dashboard/builder/builder |
Shenghou Ma | 0359621 | 2012-03-13 03:31:11 +0800 | [diff] [blame] | 29 | src/cmd/?a/y.output |
Russ Cox | 8642cbd | 2013-12-08 22:48:11 -0500 | [diff] [blame] | 30 | src/liblink/anames?.c |
Christian Himpel | 2585888 | 2010-08-26 16:50:17 +1000 | [diff] [blame] | 31 | src/cmd/cc/y.output |
Brad Fitzpatrick | 74d2e09 | 2013-08-02 19:14:13 -0700 | [diff] [blame] | 32 | src/cmd/cgo/zdefaultcc.go |
Shenghou Ma | a2bdb5c | 2012-02-17 11:21:32 -0500 | [diff] [blame] | 33 | src/cmd/dist/dist.dSYM |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 34 | src/cmd/gc/mkbuiltin1 |
| 35 | src/cmd/gc/opnames.h |
Ian Lance Taylor | 8d6054a | 2010-02-01 16:34:25 -0800 | [diff] [blame] | 36 | src/cmd/gc/y.output |
Brad Fitzpatrick | 74d2e09 | 2013-08-02 19:14:13 -0700 | [diff] [blame] | 37 | src/cmd/go/zdefaultcc.go |
Russ Cox | a8e5e80 | 2015-01-21 12:09:20 -0500 | [diff] [blame^] | 38 | src/cmd/internal/obj/zbootstrap.go |
Russ Cox | 220a6de | 2014-09-08 00:06:45 -0400 | [diff] [blame] | 39 | src/go/doc/headscan |
Russ Cox | 220a6de | 2014-09-08 00:06:45 -0400 | [diff] [blame] | 40 | src/runtime/mkversion |
Brad Fitzpatrick | 38ecd2e | 2014-12-10 11:43:04 +1100 | [diff] [blame] | 41 | src/runtime/zaexperiment.h |
| 42 | src/runtime/zversion.go |
Russ Cox | 220a6de | 2014-09-08 00:06:45 -0400 | [diff] [blame] | 43 | src/unicode/maketables |
| 44 | src/*.*/ |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 45 | test/pass.out |
| 46 | test/run.out |
| 47 | test/times.out |
Russ Cox | 766d042 | 2010-02-09 20:29:08 -0800 | [diff] [blame] | 48 | test/garbage/*.out |
Scott Lawrence | ebe837d | 2010-09-02 13:48:28 -0400 | [diff] [blame] | 49 | goinstall.log |
Russ Cox | 762729b | 2011-09-20 14:56:15 -0400 | [diff] [blame] | 50 | last-change |
Gustavo Niemeyer | 8f0602f | 2012-02-05 00:36:20 -0200 | [diff] [blame] | 51 | VERSION.cache |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 52 | |
David Symonds | 2639994 | 2014-12-08 11:39:11 +1100 | [diff] [blame] | 53 | bin/ |
David Symonds | 369873c | 2014-12-08 13:50:49 +1100 | [diff] [blame] | 54 | pkg/ |