Delta Between Two Patch Sets: .hgignore
Issue 60840049 :
code review 60840049: lib9: enable on Plan 9 (Closed)
Left Patch Set:
Right Patch Set: diff -r dc2e4bffd677 https://code.google.com/p/go
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
.hgignore
include/plan9/errno.h
include/plan9/fmt.h
include/plan9/libc.h
include/plan9/mklibc.rc
include/plan9/stdarg.h
include/plan9/utf.h
src/cmd/dist/build.c
src/lib9/_exits.c
src/lib9/_p9dir.c
src/lib9/atoi.c
src/lib9/await.c
src/lib9/cleanname.c
src/lib9/create.c
src/lib9/ctime.c
src/lib9/dirfstat.c
src/lib9/dirfwstat.c
src/lib9/dirstat.c
src/lib9/dirwstat.c
src/lib9/dup.c
src/lib9/exec.c
src/lib9/execl.c
src/lib9/exitcode.c
src/lib9/exits.c
src/lib9/fmtlock2.c
src/lib9/getenv.c
src/lib9/getwd.c
src/lib9/jmp.c
src/lib9/main.c
src/lib9/nan.c
src/lib9/notify.c
src/lib9/nulldir.c
src/lib9/open.c
src/lib9/readn.c
src/lib9/rfork.c
src/lib9/run_plan9.c
src/lib9/seek.c
src/lib9/strecpy.c
src/lib9/sysfatal.c
src/lib9/tempdir_plan9.c
src/lib9/time.c
src/lib9/tokenize.c
src/libbio/bprint.c
src/make.rc
LEFT RIGHT
(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 Loading...
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]*$
LEFT RIGHT