Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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.* |
11 [568a].out | 11 [568a].out |
12 *~ | 12 *~ |
13 *.orig | 13 *.orig |
14 core | 14 core |
15 _cgo_* | |
15 _obj | 16 _obj |
16 _test | 17 _test |
17 _testmain.go | 18 _testmain.go |
18 y.tab.[ch] | 19 y.tab.[ch] |
19 doc/htmlgen | 20 doc/htmlgen |
20 src/Make.inc | 21 src/Make.inc |
21 src/cmd/6a/6a | 22 src/cmd/6a/6a |
22 src/cmd/?l/enam.c | 23 src/cmd/?l/enam.c |
23 src/cmd/cc/y.output | 24 src/cmd/cc/y.output |
24 src/cmd/gc/builtin.c | 25 src/cmd/gc/builtin.c |
25 src/cmd/gc/mkbuiltin1 | 26 src/cmd/gc/mkbuiltin1 |
26 src/cmd/gc/opnames.h | 27 src/cmd/gc/opnames.h |
27 src/cmd/gc/y.output | 28 src/cmd/gc/y.output |
28 src/cmd/gc/y1.tab.c | 29 src/cmd/gc/y1.tab.c |
29 src/cmd/gc/yerr.h | 30 src/cmd/gc/yerr.h |
30 src/pkg/Make.deps | 31 src/pkg/Make.deps |
31 src/pkg/exp/ogle/ogle | 32 src/pkg/exp/ogle/ogle |
32 src/pkg/os/signal/unix.go | 33 src/pkg/os/signal/unix.go |
33 src/pkg/runtime/*/asm.h | 34 src/pkg/runtime/*/asm.h |
34 src/pkg/runtime/cgo/_cgo_* | |
35 src/pkg/runtime/goc2c | 35 src/pkg/runtime/goc2c |
36 src/pkg/runtime/mkversion | 36 src/pkg/runtime/mkversion |
37 src/pkg/runtime/runtime.acid.* | 37 src/pkg/runtime/runtime.acid.* |
38 src/pkg/runtime/version.go | 38 src/pkg/runtime/version.go |
39 src/pkg/github.com/ | 39 src/pkg/github.com/ |
40 src/pkg/*.googlecode.com/ | 40 src/pkg/*.googlecode.com/ |
41 test/pass.out | 41 test/pass.out |
42 test/run.out | 42 test/run.out |
43 test/times.out | 43 test/times.out |
44 test/garbage/*.out | 44 test/garbage/*.out |
45 goinstall.log | 45 goinstall.log |
46 | 46 |
47 syntax:regexp | 47 syntax:regexp |
48 ^bin/ | 48 ^bin/ |
49 ^pkg/ | 49 ^pkg/ |
50 ^src/cmd/(.*)/6?\1$ | 50 ^src/cmd/(.*)/6?\1$ |
51 ^.*/core.[0-9]*$ | 51 ^.*/core.[0-9]*$ |
LEFT | RIGHT |