| 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 23 matching lines...) Expand all Loading... |
| 34 /testing/gtest/ | 34 /testing/gtest/ |
| 35 /third_party/android_tools/ | 35 /third_party/android_tools/ |
| 36 /third_party/angle/ | 36 /third_party/angle/ |
| 37 /third_party/appurify-python/ | 37 /third_party/appurify-python/ |
| 38 /third_party/breakpad/src/ | 38 /third_party/breakpad/src/ |
| 39 /third_party/boringssl/src/ | 39 /third_party/boringssl/src/ |
| 40 /third_party/brotli/src/ | 40 /third_party/brotli/src/ |
| 41 /third_party/colorama/src/ | 41 /third_party/colorama/src/ |
| 42 /third_party/dart-sdk/ | 42 /third_party/dart-sdk/ |
| 43 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf | 43 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf |
| 44 /third_party/ffmpeg |
| 44 /third_party/freetype-android/src | 45 /third_party/freetype-android/src |
| 45 /third_party/go/ | 46 /third_party/go/ |
| 46 /third_party/icu/ | 47 /third_party/icu/ |
| 47 /third_party/jsr-305/src/ | 48 /third_party/jsr-305/src/ |
| 48 /third_party/leveldatabase/ | 49 /third_party/leveldatabase/ |
| 49 /third_party/libc++/trunk/ | 50 /third_party/libc++/trunk/ |
| 50 /third_party/libc++abi/trunk/ | 51 /third_party/libc++abi/trunk/ |
| 51 /third_party/libjpeg_turbo/ | 52 /third_party/libjpeg_turbo/ |
| 52 /third_party/llvm/ | 53 /third_party/llvm/ |
| 53 /third_party/llvm-build/ | 54 /third_party/llvm-build/ |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 | 111 |
| 111 # downloaded keyboard_native resources. | 112 # downloaded keyboard_native resources. |
| 112 /services/keyboard_native/res/*.png | 113 /services/keyboard_native/res/*.png |
| 113 | 114 |
| 114 # breakpad tool | 115 # breakpad tool |
| 115 /mojo/tools/linux64/dump_syms | 116 /mojo/tools/linux64/dump_syms |
| 116 /mojo/tools/linux64/symupload | 117 /mojo/tools/linux64/symupload |
| 117 | 118 |
| 118 # downloaded prediction dictionary files. | 119 # downloaded prediction dictionary files. |
| 119 /services/prediction/res/*.dict | 120 /services/prediction/res/*.dict |
| OLD | NEW |