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 |
(...skipping 12 matching lines...) Expand all Loading... | |
23 .cpplint-cache | 23 .cpplint-cache |
24 .cproject | 24 .cproject |
25 .d8_history | 25 .d8_history |
26 .project | 26 .project |
27 .pydevproject | 27 .pydevproject |
28 .settings | 28 .settings |
29 .*.sw? | 29 .*.sw? |
30 bsuite | 30 bsuite |
31 d8 | 31 d8 |
32 d8_g | 32 d8_g |
33 gccauses | |
34 gcsuspects | |
33 shell | 35 shell |
34 shell_g | 36 shell_g |
35 /_* | 37 /_* |
36 /build/Debug | 38 /build/Debug |
37 /build/gyp | 39 /build/gyp |
38 /build/ipch/ | 40 /build/ipch/ |
39 /build/Release | 41 /build/Release |
40 /hydrogen.cfg | 42 /hydrogen.cfg |
41 /obj | 43 /obj |
42 /out | 44 /out |
43 /perf.data | 45 /perf.data |
44 /perf.data.old | 46 /perf.data.old |
45 /test/benchmarks/CHECKED_OUT_* | 47 /test/benchmarks/CHECKED_OUT_* |
46 /test/benchmarks/downloaded_* | 48 /test/benchmarks/downloaded_* |
47 /test/benchmarks/kraken | 49 /test/benchmarks/kraken |
48 /test/benchmarks/octane | 50 /test/benchmarks/octane |
49 /test/benchmarks/sunspider | 51 /test/benchmarks/sunspider |
50 /test/mozilla/CHECKED_OUT_VERSION | 52 /test/mozilla/CHECKED_OUT_VERSION |
51 /test/mozilla/data | 53 /test/mozilla/data |
54 /test/mozilla/data.old | |
52 /test/mozilla/downloaded_* | 55 /test/mozilla/downloaded_* |
53 /test/promises-aplus/promises-tests | 56 /test/promises-aplus/promises-tests |
54 /test/promises-aplus/promises-tests.tar.gz | 57 /test/promises-aplus/promises-tests.tar.gz |
55 /test/promises-aplus/sinon | 58 /test/promises-aplus/sinon |
56 /test/test262/data | 59 /test/test262/data |
60 /test/test262/data.old | |
57 /test/test262/tc39-test262-* | 61 /test/test262/tc39-test262-* |
62 /test/test262/test262-* | |
Jakob Kummerow
2014/05/23 08:06:11
This was the old name; you can simply delete any r
| |
58 /third_party | 63 /third_party |
59 /tools/jsfunfuzz | 64 /tools/jsfunfuzz |
60 /tools/jsfunfuzz.zip | 65 /tools/jsfunfuzz.zip |
61 /tools/oom_dump/oom_dump | 66 /tools/oom_dump/oom_dump |
62 /tools/oom_dump/oom_dump.o | 67 /tools/oom_dump/oom_dump.o |
63 /tools/visual_studio/Debug | 68 /tools/visual_studio/Debug |
64 /tools/visual_studio/Release | 69 /tools/visual_studio/Release |
65 /v8.log.ll | 70 /v8.log.ll |
66 /xcodebuild | 71 /xcodebuild |
67 TAGS | 72 TAGS |
68 *.Makefile | 73 *.Makefile |
69 GTAGS | 74 GTAGS |
70 GRTAGS | 75 GRTAGS |
71 GSYMS | 76 GSYMS |
72 GPATH | 77 GPATH |
73 gtags.files | 78 gtags.files |
OLD | NEW |