| 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 /native_client/ |
| 25 /out/ | 26 /out/ |
| 26 /out_*/ | 27 /out_*/ |
| 27 /sdch/open-vcdiff/ | 28 /sdch/open-vcdiff/ |
| 28 /testing/gmock/ | 29 /testing/gmock/ |
| 29 /testing/gtest/ | 30 /testing/gtest/ |
| 30 /third_party/android_tools/ | 31 /third_party/android_tools/ |
| 31 /third_party/angle/ | 32 /third_party/angle/ |
| 32 /third_party/appurify-python/ | 33 /third_party/appurify-python/ |
| 33 /third_party/bison/ | 34 /third_party/bison/ |
| 34 /third_party/boringssl/src/ | 35 /third_party/boringssl/src/ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 53 /third_party/pywebsocket/src/ | 54 /third_party/pywebsocket/src/ |
| 54 /third_party/requests/src/ | 55 /third_party/requests/src/ |
| 55 /third_party/sfntly/cpp/ | 56 /third_party/sfntly/cpp/ |
| 56 /third_party/skia/ | 57 /third_party/skia/ |
| 57 /third_party/smhasher/src/ | 58 /third_party/smhasher/src/ |
| 58 /third_party/yasm/binaries/ | 59 /third_party/yasm/binaries/ |
| 59 /third_party/yasm/source/patched-yasm/ | 60 /third_party/yasm/source/patched-yasm/ |
| 60 /tools/grit/ | 61 /tools/grit/ |
| 61 /tools/gyp/ | 62 /tools/gyp/ |
| 62 /v8/ | 63 /v8/ |
| OLD | NEW |