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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 /third_party/llvm/ | 53 /third_party/llvm/ |
54 /third_party/llvm-build/ | 54 /third_party/llvm-build/ |
55 /third_party/lss/ | 55 /third_party/lss/ |
56 /third_party/junit/src/ | 56 /third_party/junit/src/ |
57 /third_party/mesa/src/ | 57 /third_party/mesa/src/ |
58 /third_party/mockito/src/ | 58 /third_party/mockito/src/ |
59 /third_party/pdfium/ | 59 /third_party/pdfium/ |
60 /third_party/pyelftools/ | 60 /third_party/pyelftools/ |
61 /third_party/pywebsocket/src/ | 61 /third_party/pywebsocket/src/ |
62 /third_party/requests/src/ | 62 /third_party/requests/src/ |
63 /third_party/robolectric/src/ | 63 /third_party/robolectric/lib/ |
64 /third_party/skia/ | 64 /third_party/skia/ |
65 /third_party/smhasher/src/ | 65 /third_party/smhasher/src/ |
66 /third_party/snappy/src/ | 66 /third_party/snappy/src/ |
67 /third_party/yasm/binaries/ | 67 /third_party/yasm/binaries/ |
68 /third_party/yasm/source/patched-yasm/ | 68 /third_party/yasm/source/patched-yasm/ |
69 /tools/grit/ | 69 /tools/grit/ |
70 /v8/ | 70 /v8/ |
71 | 71 |
72 # dart packages directories and related. | 72 # dart packages directories and related. |
73 /examples/dart/hello_world/hello/.packages | 73 /examples/dart/hello_world/hello/.packages |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 | 111 |
112 # downloaded keyboard_native resources. | 112 # downloaded keyboard_native resources. |
113 /services/keyboard_native/res/*.png | 113 /services/keyboard_native/res/*.png |
114 | 114 |
115 # breakpad tool | 115 # breakpad tool |
116 /mojo/tools/linux64/dump_syms | 116 /mojo/tools/linux64/dump_syms |
117 /mojo/tools/linux64/symupload | 117 /mojo/tools/linux64/symupload |
118 | 118 |
119 # downloaded prediction dictionary files. | 119 # downloaded prediction dictionary files. |
120 /services/prediction/res/*.dict | 120 /services/prediction/res/*.dict |
OLD | NEW |