OLD | NEW |
1 *.a | 1 *.a |
2 *.exe | 2 *.exe |
3 *.idb | 3 *.idb |
4 *.lib | 4 *.lib |
5 *.log | 5 *.log |
6 *.map | 6 *.map |
7 *.mk | 7 *.mk |
8 *.ncb | 8 *.ncb |
9 *.pdb | 9 *.pdb |
10 *.pyc | 10 *.pyc |
11 *.scons* | 11 *.scons* |
12 *.sdf | 12 *.sdf |
13 *.sln | 13 *.sln |
14 *.so | 14 *.so |
15 *.suo | 15 *.suo |
16 *.user | 16 *.user |
17 *.vcproj | 17 *.vcproj |
18 *.vcxproj | 18 *.vcxproj |
19 *.vcxproj.filters | 19 *.vcxproj.filters |
20 *.xcodeproj | 20 *.xcodeproj |
21 #*# | 21 #*# |
22 *~ | 22 *~ |
23 .cpplint-cache | 23 .cpplint-cache |
24 .d8_history | 24 .d8_history |
25 bsuite | 25 bsuite |
26 d8 | 26 d8 |
27 d8_g | 27 d8_g |
28 shell | 28 shell |
29 shell_g | 29 shell_g |
| 30 /_* |
30 /build/Debug | 31 /build/Debug |
31 /build/gyp | 32 /build/gyp |
32 /build/ipch/ | 33 /build/ipch/ |
33 /build/Release | 34 /build/Release |
| 35 /hydrogen.cfg |
34 /obj | 36 /obj |
35 /out | 37 /out |
| 38 /perf.data |
| 39 /perf.data.old |
36 /test/cctest/cctest.status2 | 40 /test/cctest/cctest.status2 |
37 /test/message/message.status2 | 41 /test/message/message.status2 |
38 /test/mjsunit/mjsunit.status2 | 42 /test/mjsunit/mjsunit.status2 |
39 /test/mozilla/CHECKED_OUT_VERSION | 43 /test/mozilla/CHECKED_OUT_VERSION |
40 /test/mozilla/data | 44 /test/mozilla/data |
41 /test/mozilla/downloaded_* | 45 /test/mozilla/downloaded_* |
42 /test/mozilla/mozilla.status2 | 46 /test/mozilla/mozilla.status2 |
43 /test/preparser/preparser.status2 | 47 /test/preparser/preparser.status2 |
44 /test/test262/data | 48 /test/test262/data |
45 /test/test262/test262-* | 49 /test/test262/test262-* |
46 /test/test262/test262.status2 | 50 /test/test262/test262.status2 |
47 /test/webkit/webkit.status2 | 51 /test/webkit/webkit.status2 |
48 /third_party | 52 /third_party |
49 /tools/jsfunfuzz | 53 /tools/jsfunfuzz |
50 /tools/jsfunfuzz.zip | 54 /tools/jsfunfuzz.zip |
51 /tools/oom_dump/oom_dump | 55 /tools/oom_dump/oom_dump |
52 /tools/oom_dump/oom_dump.o | 56 /tools/oom_dump/oom_dump.o |
53 /tools/visual_studio/Debug | 57 /tools/visual_studio/Debug |
54 /tools/visual_studio/Release | 58 /tools/visual_studio/Release |
| 59 /v8.log.ll |
55 /xcodebuild | 60 /xcodebuild |
56 TAGS | 61 TAGS |
57 *.Makefile | 62 *.Makefile |
58 GTAGS | 63 GTAGS |
59 GRTAGS | 64 GRTAGS |
60 GSYMS | 65 GSYMS |
61 GPATH | 66 GPATH |
62 /_* | |
OLD | NEW |