OLD | NEW |
1 *.Makefile | 1 *.Makefile |
2 *.mk | 2 *.mk |
3 *.ncb | 3 *.ncb |
4 *.pyc | 4 *.pyc |
5 *.rules | 5 *.rules |
6 *.scons | 6 *.scons |
7 *.sln | 7 *.sln |
8 *.suo | 8 *.suo |
9 *.user | 9 *.user |
10 *.vcproj | 10 *.vcproj |
11 *.xcodeproj | 11 *.xcodeproj |
12 *~ | 12 *~ |
13 .*.sw? | 13 .*.sw? |
14 .DS_Store | 14 .DS_Store |
15 .cproject | 15 .cproject |
16 .gdb_history | 16 .gdb_history |
17 .gdbinit | 17 .gdbinit |
18 .metadata | 18 .metadata |
19 .project | 19 .project |
| 20 tags |
| 21 Thumbs.db |
20 v8.log | 22 v8.log |
21 tags | |
22 /Makefile | 23 /Makefile |
23 /_out | 24 /_out |
24 /breakpad/src/ | 25 /breakpad/src/ |
25 /build/Debug | 26 /build/Debug |
26 /build/Purify | 27 /build/Purify |
27 /build/Release | 28 /build/Release |
28 /build/util/support | 29 /build/util/support |
29 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. | 30 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. |
30 /c | 31 /c |
31 /chrome/Debug | 32 /chrome/Debug |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 /valgrind.tmp | 117 /valgrind.tmp |
117 /webkit/Debug | 118 /webkit/Debug |
118 /webkit/Release | 119 /webkit/Release |
119 /webkit/data/bmp_decoder | 120 /webkit/data/bmp_decoder |
120 /webkit/data/ico_decoder | 121 /webkit/data/ico_decoder |
121 /webkit/data/layout_tests/LayoutTests | 122 /webkit/data/layout_tests/LayoutTests |
122 /webkit/data/test_shell/plugins | 123 /webkit/data/test_shell/plugins |
123 /webkit/data/xbm_decoder | 124 /webkit/data/xbm_decoder |
124 /x86-generic_out/ | 125 /x86-generic_out/ |
125 /xcodebuild | 126 /xcodebuild |
OLD | NEW |