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

Side by Side Diff: .hgignore

Issue 6199043: code review 6199043: freetype: update .hgignore. (Closed)
Patch Set: diff -r 6527496bd153 https://code.google.com/p/freetype-go Created 12 years, 11 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 *.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
15 *.exe
16 .*.swp
14 core 17 core
18 *.cgo*.go
19 *.cgo*.c
20 _cgo_*
15 _obj 21 _obj
16 _test 22 _test
23 _testmain.go
24 build.out
25 test.out
26 goinstall.log
27 last-change
28 VERSION.cache
17 out.png 29 out.png
18 30
19 syntax:regexp 31 syntax:regexp
32 ^bin/
33 ^pkg/
34 ^src/cmd/(.*)/6?\1$
20 ^.*/core.[0-9]*$ 35 ^.*/core.[0-9]*$
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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