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 21 matching lines...) Expand all Loading... |
32 /testing/gtest/ | 32 /testing/gtest/ |
33 /third_party/android_tools/ | 33 /third_party/android_tools/ |
34 /third_party/angle/ | 34 /third_party/angle/ |
35 /third_party/appurify-python/ | 35 /third_party/appurify-python/ |
36 /third_party/breakpad/src/ | 36 /third_party/breakpad/src/ |
37 /third_party/boringssl/src/ | 37 /third_party/boringssl/src/ |
38 /third_party/brotli/src/ | 38 /third_party/brotli/src/ |
39 /third_party/colorama/src/ | 39 /third_party/colorama/src/ |
40 /third_party/dart-sdk/ | 40 /third_party/dart-sdk/ |
41 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf | 41 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf |
42 /third_party/ffmpeg | 42 /third_party/ffmpeg/ |
43 /third_party/freetype-android/src | 43 /third_party/freetype-android/src |
44 /third_party/go/ | 44 /third_party/go/ |
45 /third_party/icu/ | 45 /third_party/icu/ |
46 /third_party/jsr-305/src/ | 46 /third_party/jsr-305/src/ |
47 /third_party/leveldatabase/ | 47 /third_party/leveldatabase/ |
48 /third_party/libc++/trunk/ | 48 /third_party/libc++/trunk/ |
49 /third_party/libc++abi/trunk/ | 49 /third_party/libc++abi/trunk/ |
50 /third_party/libjpeg_turbo/ | 50 /third_party/libjpeg_turbo/ |
51 /third_party/llvm/ | 51 /third_party/llvm/ |
52 /third_party/llvm-build/ | 52 /third_party/llvm-build/ |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 | 86 |
87 # downloaded keyboard_native resources. | 87 # downloaded keyboard_native resources. |
88 /services/keyboard_native/res/*.png | 88 /services/keyboard_native/res/*.png |
89 | 89 |
90 # breakpad tool | 90 # breakpad tool |
91 /mojo/tools/linux64/dump_syms | 91 /mojo/tools/linux64/dump_syms |
92 /mojo/tools/linux64/symupload | 92 /mojo/tools/linux64/symupload |
93 | 93 |
94 # downloaded prediction dictionary files. | 94 # downloaded prediction dictionary files. |
95 /services/prediction/res/*.dict | 95 /services/prediction/res/*.dict |
OLD | NEW |