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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 /third_party/ffmpeg/ | 43 /third_party/ffmpeg/ |
44 /third_party/freetype-android/src | 44 /third_party/freetype-android/src |
45 /third_party/go/ | 45 /third_party/go/ |
46 /third_party/icu/ | 46 /third_party/icu/ |
47 /third_party/jsr-305/src/ | 47 /third_party/jsr-305/src/ |
48 /third_party/leveldatabase/ | 48 /third_party/leveldatabase/ |
49 /third_party/libc++/trunk/ | 49 /third_party/libc++/trunk/ |
50 /third_party/libc++abi/trunk/ | 50 /third_party/libc++abi/trunk/ |
51 /third_party/libcxx/libcxx | 51 /third_party/libcxx/libcxx |
52 /third_party/libcxx/libcxxabi | 52 /third_party/libcxx/libcxxabi |
53 /third_party/libjpeg_turbo/ | |
54 /third_party/llvm/ | 53 /third_party/llvm/ |
55 /third_party/llvm-build/ | 54 /third_party/llvm-build/ |
56 /third_party/lss/ | 55 /third_party/lss/ |
57 /third_party/junit/src/ | 56 /third_party/junit/src/ |
58 /third_party/mesa/src/ | 57 /third_party/mesa/src/ |
59 /third_party/mockito/src/ | 58 /third_party/mockito/src/ |
60 /third_party/pdfium/ | 59 /third_party/pdfium/ |
61 /third_party/pyelftools/ | 60 /third_party/pyelftools/ |
62 /third_party/pywebsocket/src/ | 61 /third_party/pywebsocket/src/ |
63 /third_party/requests/src/ | 62 /third_party/requests/src/ |
(...skipping 25 matching lines...) Expand all Loading... |
89 | 88 |
90 # downloaded keyboard_native resources. | 89 # downloaded keyboard_native resources. |
91 /services/keyboard_native/res/*.png | 90 /services/keyboard_native/res/*.png |
92 | 91 |
93 # breakpad tool | 92 # breakpad tool |
94 /mojo/tools/linux64/dump_syms | 93 /mojo/tools/linux64/dump_syms |
95 /mojo/tools/linux64/symupload | 94 /mojo/tools/linux64/symupload |
96 | 95 |
97 # downloaded prediction dictionary files. | 96 # downloaded prediction dictionary files. |
98 /services/prediction/res/*.dict | 97 /services/prediction/res/*.dict |
OLD | NEW |