Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(81)

Delta Between Two Patch Sets: .hgignore

Issue 152570049: [dev.power64] code review 152570049: all: merge default into dev.power64 (Closed)
Left Patch Set: Created 10 years, 4 months ago
Right Patch Set: diff -r 36f7fc9495481ed67a159eea0eb2fac35b7c46a5 https://code.google.com/p/go Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | .hgtags » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 syntax:glob 1 syntax:glob
2 .DS_Store 2 .DS_Store
3 .git 3 .git
4 .gitignore 4 .gitignore
5 *.[5689ao] 5 *.[5689ao]
6 *.a[5689o] 6 *.a[5689o]
7 *.so 7 *.so
8 *.pyc 8 *.pyc
9 ._* 9 ._*
10 .nfs.* 10 .nfs.*
11 [5689a].out 11 [5689a].out
12 *~ 12 *~
13 *.orig 13 *.orig
14 *.rej 14 *.rej
15 *.exe 15 *.exe
16 .*.swp 16 .*.swp
17 core 17 core
18 *.cgo*.go 18 *.cgo*.go
19 *.cgo*.c 19 *.cgo*.c
20 _cgo_* 20 _cgo_*
21 _obj 21 _obj
22 _test 22 _test
23 _testmain.go 23 _testmain.go
24 build.out 24 build.out
25 test.out 25 test.out
26 doc/tmpltohtml
27 doc/articles/wiki/*.bin 26 doc/articles/wiki/*.bin
28 include/plan9/libc_plan9.h 27 include/plan9/libc_plan9.h
29 misc/cgo/life/run.out 28 misc/cgo/life/run.out
30 misc/cgo/stdio/run.out 29 misc/cgo/stdio/run.out
31 misc/cgo/testso/main 30 misc/cgo/testso/main
32 misc/dashboard/builder/builder 31 misc/dashboard/builder/builder
33 misc/goplay/goplay
34 misc/osx/*.pkg
35 misc/osx/*.dmg
36 src/cmd/?a/y.output 32 src/cmd/?a/y.output
37 src/liblink/anames?.c 33 src/liblink/anames?.c
38 src/cmd/cc/y.output 34 src/cmd/cc/y.output
39 src/cmd/cgo/zdefaultcc.go 35 src/cmd/cgo/zdefaultcc.go
40 src/cmd/dist/dist.dSYM 36 src/cmd/dist/dist.dSYM
41 src/cmd/gc/mkbuiltin1 37 src/cmd/gc/mkbuiltin1
42 src/cmd/gc/opnames.h 38 src/cmd/gc/opnames.h
43 src/cmd/gc/y.output 39 src/cmd/gc/y.output
44 src/cmd/go/zdefaultcc.go 40 src/cmd/go/zdefaultcc.go
45 src/go/doc/headscan 41 src/go/doc/headscan
46 src/runtime/goc2c
47 src/runtime/mkversion 42 src/runtime/mkversion
48 src/runtime/z* 43 src/runtime/z*
49 src/unicode/maketables 44 src/unicode/maketables
50 src/*.*/ 45 src/*.*/
51 test/pass.out 46 test/pass.out
52 test/run.out 47 test/run.out
53 test/times.out 48 test/times.out
54 test/garbage/*.out 49 test/garbage/*.out
55 goinstall.log 50 goinstall.log
56 last-change 51 last-change
57 VERSION.cache 52 VERSION.cache
58 53
59 syntax:regexp 54 syntax:regexp
60 ^bin/ 55 ^bin/
61 ^pkg/ 56 ^pkg/
62 ^src/cmd/(.*)/6?\1$ 57 ^src/cmd/(.*)/6?\1$
63 ^.*/core.[0-9]*$ 58 ^.*/core.[0-9]*$
LEFTRIGHT
« no previous file | .hgtags » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b