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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 /third_party/requests/src/ | 73 /third_party/requests/src/ |
74 /third_party/robolectric/src/ | 74 /third_party/robolectric/src/ |
75 /third_party/skia/ | 75 /third_party/skia/ |
76 /third_party/smhasher/src/ | 76 /third_party/smhasher/src/ |
77 /third_party/yasm/binaries/ | 77 /third_party/yasm/binaries/ |
78 /third_party/yasm/source/patched-yasm/ | 78 /third_party/yasm/source/patched-yasm/ |
79 /tools/grit/ | 79 /tools/grit/ |
80 /v8/ | 80 /v8/ |
81 | 81 |
82 # dart packages directories and related. | 82 # dart packages directories and related. |
| 83 /examples/dart/hello_world/hello/.packages |
| 84 /examples/dart/hello_world/hello/packages |
83 /mojo/common/dart/.packages | 85 /mojo/common/dart/.packages |
84 /mojo/common/dart/packages | 86 /mojo/common/dart/packages |
85 /mojo/dart/apptest/.packages | 87 /mojo/dart/apptest/.packages |
86 /mojo/dart/apptest/packages | 88 /mojo/dart/apptest/packages |
87 /mojo/dart/mojo_services/.packages | 89 /mojo/dart/mojo_services/.packages |
88 /mojo/dart/mojo_services/packages | 90 /mojo/dart/mojo_services/packages |
89 /mojo/dart/mojo_services/pubspec.lock | 91 /mojo/dart/mojo_services/pubspec.lock |
90 /mojo/dart/mojom/.packages | 92 /mojo/dart/mojom/.packages |
91 /mojo/dart/mojom/bin/packages | 93 /mojo/dart/mojom/bin/packages |
92 /mojo/dart/mojom/packages | 94 /mojo/dart/mojom/packages |
(...skipping 13 matching lines...) Expand all Loading... |
106 | 108 |
107 # downloaded keyboard_native resources. | 109 # downloaded keyboard_native resources. |
108 /services/keyboard_native/res/*.png | 110 /services/keyboard_native/res/*.png |
109 | 111 |
110 # breakpad tool | 112 # breakpad tool |
111 /mojo/tools/linux64/dump_syms | 113 /mojo/tools/linux64/dump_syms |
112 /mojo/tools/linux64/symupload | 114 /mojo/tools/linux64/symupload |
113 | 115 |
114 # downloaded prediction dictionary files. | 116 # downloaded prediction dictionary files. |
115 /services/prediction/res/*.dict | 117 /services/prediction/res/*.dict |
OLD | NEW |