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 22 matching lines...) Expand all Loading... |
33 /testing/gmock/ | 33 /testing/gmock/ |
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/dart-pkg/archive | 43 /third_party/dart-pkg/* |
44 /third_party/dart-pkg/args | 44 !/third_party/dart-pkg/BUILD.gn |
45 /third_party/dart-pkg/box2d | 45 !/third_party/dart-pkg/README.md |
46 /third_party/dart-pkg/cassowary | |
47 /third_party/dart-pkg/collection | |
48 /third_party/dart-pkg/crypto | |
49 /third_party/dart-pkg/newton | |
50 /third_party/dart-pkg/path | |
51 /third_party/dart-pkg/quiver | |
52 /third_party/dart-pkg/source_span | |
53 /third_party/dart-pkg/string_scanner | |
54 /third_party/dart-pkg/vector_math | |
55 /third_party/dart-pkg/vector_math | |
56 /third_party/dart-pkg/yaml | |
57 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf | 46 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf |
58 /third_party/freetype-android/src | 47 /third_party/freetype-android/src |
59 /third_party/go/ | 48 /third_party/go/ |
60 /third_party/icu/ | 49 /third_party/icu/ |
61 /third_party/jsr-305/src/ | 50 /third_party/jsr-305/src/ |
62 /third_party/libc++/trunk/ | 51 /third_party/libc++/trunk/ |
63 /third_party/libc++abi/trunk/ | 52 /third_party/libc++abi/trunk/ |
64 /third_party/libjpeg_turbo/ | 53 /third_party/libjpeg_turbo/ |
65 /third_party/llvm/ | 54 /third_party/llvm/ |
66 /third_party/llvm-build/ | 55 /third_party/llvm-build/ |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 | 111 |
123 # downloaded keyboard_native resources. | 112 # downloaded keyboard_native resources. |
124 /services/keyboard_native/res/*.png | 113 /services/keyboard_native/res/*.png |
125 | 114 |
126 # breakpad tool | 115 # breakpad tool |
127 /mojo/tools/linux64/dump_syms | 116 /mojo/tools/linux64/dump_syms |
128 /mojo/tools/linux64/symupload | 117 /mojo/tools/linux64/symupload |
129 | 118 |
130 # downloaded prediction dictionary files. | 119 # downloaded prediction dictionary files. |
131 /services/prediction/res/*.dict | 120 /services/prediction/res/*.dict |
OLD | NEW |