| OLD | NEW |
| 1 # commonly generated files | 1 # commonly generated files |
| 2 *.pyc | 2 *.pyc |
| 3 *.mojom.dart | |
| 4 *~ | 3 *~ |
| 5 .*.sw? | 4 .*.sw? |
| 6 .DS_Store | 5 .DS_Store |
| 7 .classpath | 6 .classpath |
| 8 .cproject | 7 .cproject |
| 9 .gdb_history | 8 .gdb_history |
| 10 .gdbinit | 9 .gdbinit |
| 11 .landmines | 10 .landmines |
| 12 .project | 11 .project |
| 13 .pub | 12 .pub |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 | 115 |
| 117 # breakpad tool | 116 # breakpad tool |
| 118 /mojo/tools/linux64/dump_syms | 117 /mojo/tools/linux64/dump_syms |
| 119 /mojo/tools/linux64/symupload | 118 /mojo/tools/linux64/symupload |
| 120 | 119 |
| 121 # downloaded prediction dictionary files. | 120 # downloaded prediction dictionary files. |
| 122 /services/prediction/res/*.dict | 121 /services/prediction/res/*.dict |
| 123 | 122 |
| 124 # Download the Mojom parser binary. | 123 # Download the Mojom parser binary. |
| 125 /mojom/mojom_parser/bin/linux64/mojom_parser | 124 /mojom/mojom_parser/bin/linux64/mojom_parser |
| OLD | NEW |