Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 1 | syntax:glob |
Rob Pike | 188b2ac | 2010-02-03 20:12:39 -0800 | [diff] [blame] | 2 | .DS_Store |
Josh Goebel | d05fa26 | 2009-11-17 16:46:58 -0800 | [diff] [blame] | 3 | .git |
Russ Cox | b28e342 | 2010-02-09 13:18:51 -0800 | [diff] [blame] | 4 | .gitignore |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 5 | *.[568ao] |
| 6 | *.ao |
| 7 | *.so |
Russ Cox | eef3fbb | 2009-11-01 05:20:30 -0800 | [diff] [blame] | 8 | *.pyc |
| 9 | ._* |
| 10 | .nfs.* |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 11 | [568a].out |
Ian Lance Taylor | 49d4e8c | 2009-11-07 12:27:11 -0800 | [diff] [blame] | 12 | *~ |
| 13 | *.orig |
| 14 | core |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 15 | _obj |
| 16 | _test |
| 17 | src/cmd/6a/6a |
| 18 | y.tab.[ch] |
Ian Lance Taylor | 49d4e8c | 2009-11-07 12:27:11 -0800 | [diff] [blame] | 19 | src/cmd/?l/enam.c |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 20 | src/cmd/gc/builtin.c |
| 21 | src/cmd/gc/mkbuiltin1 |
| 22 | src/cmd/gc/opnames.h |
Ian Lance Taylor | 8d6054a | 2010-02-01 16:34:25 -0800 | [diff] [blame] | 23 | src/cmd/gc/y.output |
| 24 | src/cmd/gc/y1.tab.c |
| 25 | src/cmd/gc/yerr.h |
Russ Cox | 69039e5 | 2009-11-19 16:27:13 -0800 | [diff] [blame] | 26 | src/pkg/Make.deps |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 27 | src/pkg/exp/ogle/ogle |
David Symonds | 0ed728c | 2010-01-11 11:23:46 -0800 | [diff] [blame] | 28 | src/pkg/os/signal/unix.go |
Russ Cox | eef3fbb | 2009-11-01 05:20:30 -0800 | [diff] [blame] | 29 | src/pkg/runtime/*/asm.h |
Russ Cox | 0c3a93c | 2010-03-16 23:10:33 -0700 | [diff] [blame^] | 30 | src/pkg/runtime/cgo2c |
| 31 | src/pkg/runtime/mkversion |
Ian Lance Taylor | 49d4e8c | 2009-11-07 12:27:11 -0800 | [diff] [blame] | 32 | src/pkg/runtime/runtime.acid.* |
Russ Cox | 0c3a93c | 2010-03-16 23:10:33 -0700 | [diff] [blame^] | 33 | src/pkg/runtime/version.go |
| 34 | src/pkg/github.com/ |
| 35 | src/pkg/*.googlecode.com/ |
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 |
Russ Cox | 6d96b24 | 2009-10-22 11:07:39 -0700 | [diff] [blame] | 40 | |
| 41 | syntax:regexp |
| 42 | ^pkg/ |
| 43 | ^src/cmd/(.*)/6?\1$ |
Ian Lance Taylor | 49d4e8c | 2009-11-07 12:27:11 -0800 | [diff] [blame] | 44 | ^.*/core.[0-9]*$ |