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

Delta Between Two Patch Sets: .hgignore

Issue 60840049: code review 60840049: lib9: enable on Plan 9 (Closed)
Left Patch Set: Created 11 years, 1 month ago
Right Patch Set: diff -r dc2e4bffd677 https://code.google.com/p/go Created 11 years, 1 month 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 | include/plan9/errno.h » ('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 *.[568ao] 5 *.[568ao]
6 *.a[568o] 6 *.a[568o]
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 *.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 26 doc/tmpltohtml
27 doc/articles/wiki/*.bin 27 doc/articles/wiki/*.bin
28 include/plan9/libc_plan9.h
28 misc/cgo/life/run.out 29 misc/cgo/life/run.out
29 misc/cgo/stdio/run.out 30 misc/cgo/stdio/run.out
30 misc/cgo/testso/main 31 misc/cgo/testso/main
31 misc/dashboard/builder/builder 32 misc/dashboard/builder/builder
32 misc/goplay/goplay 33 misc/goplay/goplay
33 misc/osx/*.pkg 34 misc/osx/*.pkg
34 misc/osx/*.dmg 35 misc/osx/*.dmg
35 src/cmd/?a/y.output 36 src/cmd/?a/y.output
36 src/liblink/anames?.c 37 src/liblink/anames?.c
37 src/cmd/cc/y.output 38 src/cmd/cc/y.output
(...skipping 15 matching lines...) Expand all
53 test/garbage/*.out 54 test/garbage/*.out
54 goinstall.log 55 goinstall.log
55 last-change 56 last-change
56 VERSION.cache 57 VERSION.cache
57 58
58 syntax:regexp 59 syntax:regexp
59 ^bin/ 60 ^bin/
60 ^pkg/ 61 ^pkg/
61 ^src/cmd/(.*)/6?\1$ 62 ^src/cmd/(.*)/6?\1$
62 ^.*/core.[0-9]*$ 63 ^.*/core.[0-9]*$
LEFTRIGHT

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