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
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
OLD | NEW |
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]*$ |
OLD | NEW |
« no previous file with comments
|
« no previous file
|
no next file »
|
no next file with comments »