| OLD | NEW |
| 1 # commonly generated files | 1 # commonly generated files |
| 2 *.pyc | 2 *.pyc |
| 3 *.mojom.dart | 3 *.mojom.dart |
| 4 *~ | 4 *~ |
| 5 .*.sw? | 5 .*.sw? |
| 6 .DS_Store | 6 .DS_Store |
| 7 .classpath | 7 .classpath |
| 8 .cproject | 8 .cproject |
| 9 .gdb_history | 9 .gdb_history |
| 10 .gdbinit | 10 .gdbinit |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 /third_party/dart-pkg/source_span | 52 /third_party/dart-pkg/source_span |
| 53 /third_party/dart-pkg/string_scanner | 53 /third_party/dart-pkg/string_scanner |
| 54 /third_party/dart-pkg/vector_math | 54 /third_party/dart-pkg/vector_math |
| 55 /third_party/dart-pkg/vector_math | 55 /third_party/dart-pkg/vector_math |
| 56 /third_party/dart-pkg/yaml | 56 /third_party/dart-pkg/yaml |
| 57 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf | 57 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf |
| 58 /third_party/freetype-android/src | 58 /third_party/freetype-android/src |
| 59 /third_party/go/ | 59 /third_party/go/ |
| 60 /third_party/icu/ | 60 /third_party/icu/ |
| 61 /third_party/jsr-305/src/ | 61 /third_party/jsr-305/src/ |
| 62 /third_party/leveldatabase/ |
| 62 /third_party/libc++/trunk/ | 63 /third_party/libc++/trunk/ |
| 63 /third_party/libc++abi/trunk/ | 64 /third_party/libc++abi/trunk/ |
| 64 /third_party/libjpeg_turbo/ | 65 /third_party/libjpeg_turbo/ |
| 65 /third_party/llvm/ | 66 /third_party/llvm/ |
| 66 /third_party/llvm-build/ | 67 /third_party/llvm-build/ |
| 67 /third_party/lss/ | 68 /third_party/lss/ |
| 68 /third_party/junit/src/ | 69 /third_party/junit/src/ |
| 69 /third_party/mesa/src/ | 70 /third_party/mesa/src/ |
| 70 /third_party/mockito/src/ | 71 /third_party/mockito/src/ |
| 71 /third_party/pdfium/ | 72 /third_party/pdfium/ |
| 72 /third_party/pyelftools/ | 73 /third_party/pyelftools/ |
| 73 /third_party/pywebsocket/src/ | 74 /third_party/pywebsocket/src/ |
| 74 /third_party/requests/src/ | 75 /third_party/requests/src/ |
| 75 /third_party/robolectric/src/ | 76 /third_party/robolectric/src/ |
| 76 /third_party/skia/ | 77 /third_party/skia/ |
| 77 /third_party/smhasher/src/ | 78 /third_party/smhasher/src/ |
| 79 /third_party/snappy/src/ |
| 78 /third_party/yasm/binaries/ | 80 /third_party/yasm/binaries/ |
| 79 /third_party/yasm/source/patched-yasm/ | 81 /third_party/yasm/source/patched-yasm/ |
| 80 /tools/grit/ | 82 /tools/grit/ |
| 81 /v8/ | 83 /v8/ |
| 82 | 84 |
| 83 # dart packages directories and related. | 85 # dart packages directories and related. |
| 84 /examples/dart/hello_world/hello/.packages | 86 /examples/dart/hello_world/hello/.packages |
| 85 /examples/dart/hello_world/hello/packages | 87 /examples/dart/hello_world/hello/packages |
| 86 /examples/dart/device_info/.packages | 88 /examples/dart/device_info/.packages |
| 87 /examples/dart/device_info/packages | 89 /examples/dart/device_info/packages |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 | 124 |
| 123 # downloaded keyboard_native resources. | 125 # downloaded keyboard_native resources. |
| 124 /services/keyboard_native/res/*.png | 126 /services/keyboard_native/res/*.png |
| 125 | 127 |
| 126 # breakpad tool | 128 # breakpad tool |
| 127 /mojo/tools/linux64/dump_syms | 129 /mojo/tools/linux64/dump_syms |
| 128 /mojo/tools/linux64/symupload | 130 /mojo/tools/linux64/symupload |
| 129 | 131 |
| 130 # downloaded prediction dictionary files. | 132 # downloaded prediction dictionary files. |
| 131 /services/prediction/res/*.dict | 133 /services/prediction/res/*.dict |
| OLD | NEW |