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 *.scons | 10 *.scons |
11 *.sdf | 11 *.sdf |
12 *.sln | 12 *.sln |
13 *.suo | 13 *.suo |
14 *.targets | 14 *.targets |
15 *.user | 15 *.user |
16 *.vcproj | 16 *.vcproj |
17 *.vcxproj | 17 *.vcxproj |
18 *.vcxproj.filters | 18 *.vcxproj.filters |
19 *.vpj | 19 *.vpj |
20 *.vpw | 20 *.vpw |
21 *.vpwhistu | 21 *.vpwhistu |
22 *.vtg | 22 *.vtg |
23 *.xcodeproj | 23 *.xcodeproj |
24 *_proto.xml | 24 *_proto.xml |
| 25 *_proto_cpp.xml |
25 *~ | 26 *~ |
26 .*.sw? | 27 .*.sw? |
27 .DS_Store | 28 .DS_Store |
28 .cproject | 29 .cproject |
29 .gdb_history | 30 .gdb_history |
30 .gdbinit | 31 .gdbinit |
31 .metadata | 32 .metadata |
32 .project | 33 .project |
33 # Settings directory for eclipse | 34 # Settings directory for eclipse |
34 /.settings | 35 /.settings |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 /v8 | 233 /v8 |
233 /webkit/Debug | 234 /webkit/Debug |
234 /webkit/Release | 235 /webkit/Release |
235 /webkit/data/bmp_decoder | 236 /webkit/data/bmp_decoder |
236 /webkit/data/ico_decoder | 237 /webkit/data/ico_decoder |
237 /webkit/data/layout_tests/LayoutTests | 238 /webkit/data/layout_tests/LayoutTests |
238 /webkit/data/test_shell/plugins | 239 /webkit/data/test_shell/plugins |
239 /webkit/data/xbm_decoder | 240 /webkit/data/xbm_decoder |
240 /x86-generic_out/ | 241 /x86-generic_out/ |
241 /xcodebuild | 242 /xcodebuild |
OLD | NEW |