| 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 |
| 11 .project | 11 .project |
| 12 .pub | 12 .pub |
| 13 .pydevproject | 13 .pydevproject |
| 14 .checkstyle | 14 .checkstyle |
| 15 Cargo.lock | 15 Cargo.lock |
| 16 cscope.* | 16 cscope.* |
| 17 mojo_shell.trace | 17 mojo_shell.trace |
| 18 Session.vim | 18 Session.vim |
| 19 tags | 19 tags |
| 20 Thumbs.db | 20 Thumbs.db |
| 21 v8.log | 21 v8.log |
| 22 | 22 |
| 23 # directories pulled in via deps or hooks | 23 # directories pulled in via deps or hooks |
| 24 /base/ | 24 /base/ |
| 25 /build/linux/bin/eu-strip | 25 /build/linux/bin/eu-strip |
| 26 /buildtools/ | 26 /buildtools/ |
| 27 /dart/ | 27 /dart/ |
| 28 /dart-pub-cache/ | 28 /dart-pub-cache/ |
| 29 /mojo/public/ |
| 29 /native_client/ | 30 /native_client/ |
| 30 /out/ | 31 /out/ |
| 31 /out_*/ | 32 /out_*/ |
| 32 /sdch/open-vcdiff/ | 33 /sdch/open-vcdiff/ |
| 33 /testing/gmock/ | 34 /testing/gmock/ |
| 34 /testing/gtest/ | 35 /testing/gtest/ |
| 35 /third_party/android_tools/ | 36 /third_party/android_tools/ |
| 36 /third_party/angle/ | 37 /third_party/angle/ |
| 37 /third_party/appurify-python/ | 38 /third_party/appurify-python/ |
| 38 /third_party/breakpad/src/ | 39 /third_party/breakpad/src/ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 # downloaded keyboard_native resources. | 94 # downloaded keyboard_native resources. |
| 94 /services/keyboard_native/res/*.png | 95 /services/keyboard_native/res/*.png |
| 95 | 96 |
| 96 # breakpad tool | 97 # breakpad tool |
| 97 /mojo/tools/linux64/dump_syms | 98 /mojo/tools/linux64/dump_syms |
| 98 /mojo/tools/linux64/symupload | 99 /mojo/tools/linux64/symupload |
| 99 | 100 |
| 100 # downloaded prediction dictionary files. | 101 # downloaded prediction dictionary files. |
| 101 /services/prediction/res/*.dict | 102 /services/prediction/res/*.dict |
| 102 | 103 |
| OLD | NEW |