OLD | NEW |
1 *.pyc | 1 *.pyc |
2 *~ | 2 *~ |
3 .*.sw? | 3 .*.sw? |
4 .DS_Store | 4 .DS_Store |
5 .classpath | 5 .classpath |
6 .cproject | 6 .cproject |
7 .gdb_history | 7 .gdb_history |
8 .gdbinit | 8 .gdbinit |
9 .landmines | 9 .landmines |
10 .checkstyle | 10 .checkstyle |
11 cscope.* | 11 cscope.* |
12 Session.vim | 12 Session.vim |
13 tags | 13 tags |
14 Thumbs.db | 14 Thumbs.db |
15 v8.log | 15 v8.log |
16 /build/util/LASTCHANGE* | 16 /build/util/LASTCHANGE* |
17 /build/linux/bin/eu-strip | 17 /build/linux/bin/eu-strip |
18 /build/win_toolchain.json | 18 /build/win_toolchain.json |
19 /buildtools/ | 19 /buildtools/ |
20 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. | 20 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. |
21 # TODO(vtl): Check if this is still true. | 21 # TODO(vtl): Check if this is still true. |
22 /c | 22 /c |
23 /dart/ | 23 /dart/ |
24 /mojo/public/tools/prebuilt/ | 24 /mojo/public/tools/prebuilt/ |
25 /mojo/services/network/prebuilt/ | |
26 /native_client/ | 25 /native_client/ |
27 /out/ | 26 /out/ |
28 /out_*/ | 27 /out_*/ |
29 /sdch/open-vcdiff/ | 28 /sdch/open-vcdiff/ |
30 /testing/gmock/ | 29 /testing/gmock/ |
31 /testing/gtest/ | 30 /testing/gtest/ |
32 /third_party/android_tools/ | 31 /third_party/android_tools/ |
33 /third_party/angle/ | 32 /third_party/angle/ |
34 /third_party/appurify-python/ | 33 /third_party/appurify-python/ |
35 /third_party/bison/ | 34 /third_party/bison/ |
(...skipping 19 matching lines...) Expand all Loading... |
55 /third_party/pywebsocket/src/ | 54 /third_party/pywebsocket/src/ |
56 /third_party/requests/src/ | 55 /third_party/requests/src/ |
57 /third_party/sfntly/cpp/ | 56 /third_party/sfntly/cpp/ |
58 /third_party/skia/ | 57 /third_party/skia/ |
59 /third_party/smhasher/src/ | 58 /third_party/smhasher/src/ |
60 /third_party/yasm/binaries/ | 59 /third_party/yasm/binaries/ |
61 /third_party/yasm/source/patched-yasm/ | 60 /third_party/yasm/source/patched-yasm/ |
62 /tools/grit/ | 61 /tools/grit/ |
63 /tools/gyp/ | 62 /tools/gyp/ |
64 /v8/ | 63 /v8/ |
OLD | NEW |