| OLD | NEW |
| 1 # commonly generated files | 1 # commonly generated files |
| 2 *.pyc | 2 *.pyc |
| 3 *~ | 3 *~ |
| 4 .*.sw? | 4 .*.sw? |
| 5 .DS_Store | 5 .DS_Store |
| 6 .classpath | 6 .classpath |
| 7 .cproject | 7 .cproject |
| 8 .gdb_history | 8 .gdb_history |
| 9 .gdbinit | 9 .gdbinit |
| 10 .landmines | 10 .landmines |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 /third_party/mesa/src/ | 57 /third_party/mesa/src/ |
| 58 /third_party/mockito/src/ | 58 /third_party/mockito/src/ |
| 59 /third_party/pdfium/ | 59 /third_party/pdfium/ |
| 60 /third_party/pyelftools/ | 60 /third_party/pyelftools/ |
| 61 /third_party/pywebsocket/src/ | 61 /third_party/pywebsocket/src/ |
| 62 /third_party/requests/src/ | 62 /third_party/requests/src/ |
| 63 /third_party/robolectric/lib/ | 63 /third_party/robolectric/lib/ |
| 64 /third_party/skia/ | 64 /third_party/skia/ |
| 65 /third_party/smhasher/src/ | 65 /third_party/smhasher/src/ |
| 66 /third_party/snappy/src/ | 66 /third_party/snappy/src/ |
| 67 /third_party/yasm/binaries/ | |
| 68 /third_party/yasm/source/patched-yasm/ | 67 /third_party/yasm/source/patched-yasm/ |
| 69 /tools/grit/ | 68 /tools/grit/ |
| 70 /v8/ | 69 /v8/ |
| 71 | 70 |
| 72 # dart packages directories and related. | 71 # dart packages directories and related. |
| 73 /benchmarks/**/.packages | 72 /benchmarks/**/.packages |
| 74 /benchmarks/**/packages | 73 /benchmarks/**/packages |
| 75 /benchmarks/**/pubspec.lock | 74 /benchmarks/**/pubspec.lock |
| 76 /examples/dart/**/.packages | 75 /examples/dart/**/.packages |
| 77 /examples/dart/**/packages | 76 /examples/dart/**/packages |
| (...skipping 10 matching lines...) Expand all Loading... |
| 88 | 87 |
| 89 # downloaded keyboard_native resources. | 88 # downloaded keyboard_native resources. |
| 90 /services/keyboard_native/res/*.png | 89 /services/keyboard_native/res/*.png |
| 91 | 90 |
| 92 # breakpad tool | 91 # breakpad tool |
| 93 /mojo/tools/linux64/dump_syms | 92 /mojo/tools/linux64/dump_syms |
| 94 /mojo/tools/linux64/symupload | 93 /mojo/tools/linux64/symupload |
| 95 | 94 |
| 96 # downloaded prediction dictionary files. | 95 # downloaded prediction dictionary files. |
| 97 /services/prediction/res/*.dict | 96 /services/prediction/res/*.dict |
| OLD | NEW |