Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Listing of filename patterns to be excluded from the Blimp Docker manifest. | |
|
nyquist
2016/05/18 21:36:52
I wonder; this file shows up as "M" for modified i
Jess
2016/05/18 22:16:22
My guess would be this is tied to the fact I commi
| |
| 2 # Wildcards (* or ?) are allowed. | |
| 3 | |
| 4 *.mojo | |
| 5 *mojom.js | |
| 6 ./libfont_service_library.so | |
| 7 ./libtracing_library.so | |
| 8 ./libmus_library.so | |
| 9 ./libosmesa.so | |
| 10 ./libresource_provider_library.so | |
| 11 ./mojo_runner | |
| 12 snapshot_blob.bin | |
| OLD | NEW |