Rob Pike | 188b2ac | 2010-02-03 20:12:39 -0800 | [diff] [blame] | 1 | .DS_Store |
Aram Hăvărneanu | c23e21e | 2015-03-13 11:54:25 +0100 | [diff] [blame] | 2 | *.[56789ao] |
| 3 | *.a[56789o] |
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.* |
Aram Hăvărneanu | c23e21e | 2015-03-13 11:54:25 +0100 | [diff] [blame] | 8 | [56789a].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 |
Ian Lance Taylor | 31d7efd | 2011-01-31 13:21:44 -0800 | [diff] [blame] | 24 | misc/cgo/life/run.out |
Francisco Souza | ca21b12 | 2012-03-07 01:21:38 -0500 | [diff] [blame] | 25 | misc/cgo/stdio/run.out |
Francisco Souza | b492bbe | 2012-03-08 12:49:23 -0500 | [diff] [blame] | 26 | misc/cgo/testso/main |
Brad Fitzpatrick | 74d2e09 | 2013-08-02 19:14:13 -0700 | [diff] [blame] | 27 | src/cmd/cgo/zdefaultcc.go |
Brad Fitzpatrick | 74d2e09 | 2013-08-02 19:14:13 -0700 | [diff] [blame] | 28 | src/cmd/go/zdefaultcc.go |
Brad Fitzpatrick | b90cb3f | 2016-05-05 17:52:37 -0700 | [diff] [blame] | 29 | src/cmd/go/zosarch.go |
Russ Cox | a8e5e80 | 2015-01-21 12:09:20 -0500 | [diff] [blame] | 30 | src/cmd/internal/obj/zbootstrap.go |
Shenghou Ma | 814978a | 2016-02-23 23:15:57 -0500 | [diff] [blame] | 31 | src/go/build/zcgo.go |
Russ Cox | 220a6de | 2014-09-08 00:06:45 -0400 | [diff] [blame] | 32 | src/go/doc/headscan |
Michael Matloob | 432cb66 | 2015-11-11 12:39:30 -0500 | [diff] [blame] | 33 | src/runtime/internal/sys/zversion.go |
Russ Cox | 220a6de | 2014-09-08 00:06:45 -0400 | [diff] [blame] | 34 | src/unicode/maketables |
| 35 | src/*.*/ |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 36 | test/pass.out |
| 37 | test/run.out |
| 38 | test/times.out |
Russ Cox | 766d042 | 2010-02-09 20:29:08 -0800 | [diff] [blame] | 39 | test/garbage/*.out |
Scott Lawrence | ebe837d | 2010-09-02 13:48:28 -0400 | [diff] [blame] | 40 | goinstall.log |
Russ Cox | 762729b | 2011-09-20 14:56:15 -0400 | [diff] [blame] | 41 | last-change |
Gustavo Niemeyer | 8f0602f | 2012-02-05 00:36:20 -0200 | [diff] [blame] | 42 | VERSION.cache |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 43 | |
David Symonds | 2639994 | 2014-12-08 11:39:11 +1100 | [diff] [blame] | 44 | bin/ |
David Symonds | 369873c | 2014-12-08 13:50:49 +1100 | [diff] [blame] | 45 | pkg/ |