OLD | NEW |
1 syntax:glob | 1 syntax:glob |
2 .DS_Store | 2 .DS_Store |
3 .git | 3 .git |
4 .gitignore | 4 .gitignore |
5 *.[568ao] | 5 *.[568ao] |
6 *.ao | 6 *.ao |
7 *.so | 7 *.so |
8 *.pyc | 8 *.pyc |
9 ._* | 9 ._* |
10 .nfs.* | 10 .nfs.* |
(...skipping 24 matching lines...) Expand all Loading... |
35 src/cmd/cc/y.output | 35 src/cmd/cc/y.output |
36 src/cmd/gc/builtin.c | 36 src/cmd/gc/builtin.c |
37 src/cmd/gc/mkbuiltin1 | 37 src/cmd/gc/mkbuiltin1 |
38 src/cmd/gc/opnames.h | 38 src/cmd/gc/opnames.h |
39 src/cmd/gc/y.output | 39 src/cmd/gc/y.output |
40 src/cmd/gc/y1.tab.c | 40 src/cmd/gc/y1.tab.c |
41 src/cmd/gc/yerr.h | 41 src/cmd/gc/yerr.h |
42 src/cmd/goinstall/syslist.go | 42 src/cmd/goinstall/syslist.go |
43 src/pkg/Make.deps | 43 src/pkg/Make.deps |
44 src/pkg/exp/ogle/ogle | 44 src/pkg/exp/ogle/ogle |
| 45 src/pkg/go/build/syslist.go |
45 src/pkg/os/signal/unix.go | 46 src/pkg/os/signal/unix.go |
46 src/pkg/runtime/*/asm.h | 47 src/pkg/runtime/*/asm.h |
47 src/pkg/runtime/goc2c | 48 src/pkg/runtime/goc2c |
48 src/pkg/runtime/mkversion | 49 src/pkg/runtime/mkversion |
49 src/pkg/runtime/runtime.acid.* | 50 src/pkg/runtime/runtime.acid.* |
50 src/pkg/runtime/runtime_defs.go | 51 src/pkg/runtime/runtime_defs.go |
51 src/pkg/runtime/version.go | 52 src/pkg/runtime/version.go |
52 src/pkg/runtime/version_*.go | 53 src/pkg/runtime/version_*.go |
53 src/pkg/unicode/maketables | 54 src/pkg/unicode/maketables |
54 src/pkg/*.*/ | 55 src/pkg/*.*/ |
55 test/pass.out | 56 test/pass.out |
56 test/run.out | 57 test/run.out |
57 test/times.out | 58 test/times.out |
58 test/garbage/*.out | 59 test/garbage/*.out |
59 goinstall.log | 60 goinstall.log |
60 | 61 |
61 syntax:regexp | 62 syntax:regexp |
62 ^bin/ | 63 ^bin/ |
63 ^pkg/ | 64 ^pkg/ |
64 ^src/cmd/(.*)/6?\1$ | 65 ^src/cmd/(.*)/6?\1$ |
65 ^.*/core.[0-9]*$ | 66 ^.*/core.[0-9]*$ |
OLD | NEW |