OLD | NEW |
---|---|
1 *.Makefile | 1 *.Makefile |
2 *.gypcmd | 2 *.gypcmd |
3 *.mk | 3 *.mk |
4 *.ncb | 4 *.ncb |
5 *.ninja | 5 *.ninja |
6 *.opensdf | 6 *.opensdf |
7 *.props | 7 *.props |
8 *.pyc | 8 *.pyc |
9 *.rules | 9 *.rules |
10 *.sdf | 10 *.sdf |
(...skipping 18 matching lines...) Expand all Loading... | |
29 .classpath | 29 .classpath |
30 .cproject | 30 .cproject |
31 .gdb_history | 31 .gdb_history |
32 .gdbinit | 32 .gdbinit |
33 .metadata | 33 .metadata |
34 .project | 34 .project |
35 .pydevproject | 35 .pydevproject |
36 # Settings directory for eclipse | 36 # Settings directory for eclipse |
37 /.settings | 37 /.settings |
38 tags | 38 tags |
39 cscope.* | |
40 Session.vim | |
Ilya Sherman
2013/03/01 01:55:04
nit: Please move these into a separate CL.
| |
39 Thumbs.db | 41 Thumbs.db |
40 v8.log | 42 v8.log |
41 /Makefile | 43 /Makefile |
42 /_out | 44 /_out |
43 /arm-sysroot | 45 /arm-sysroot |
44 /ash/resources/google_wallpapers/ | 46 /ash/resources/google_wallpapers/ |
45 /breakpad/src/ | 47 /breakpad/src/ |
46 /build/Debug | 48 /build/Debug |
47 /build/Release | 49 /build/Release |
48 /build/ipch/ | 50 /build/ipch/ |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
279 /webkit/Release | 281 /webkit/Release |
280 /webkit/data/bmp_decoder | 282 /webkit/data/bmp_decoder |
281 /webkit/data/ico_decoder | 283 /webkit/data/ico_decoder |
282 /webkit/data/layout_tests/LayoutTests | 284 /webkit/data/layout_tests/LayoutTests |
283 /webkit/data/test_shell/plugins | 285 /webkit/data/test_shell/plugins |
284 /webkit/data/xbm_decoder | 286 /webkit/data/xbm_decoder |
285 /webkit/media/crypto/ppapi/cdm | 287 /webkit/media/crypto/ppapi/cdm |
286 /webpagereplay_logs/ | 288 /webpagereplay_logs/ |
287 /x86-generic_out/ | 289 /x86-generic_out/ |
288 /xcodebuild | 290 /xcodebuild |
OLD | NEW |