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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 /third_party/jsr-305/src/ | 57 /third_party/jsr-305/src/ |
58 /third_party/libc++/trunk/ | 58 /third_party/libc++/trunk/ |
59 /third_party/libc++abi/trunk/ | 59 /third_party/libc++abi/trunk/ |
60 /third_party/libjpeg_turbo/ | 60 /third_party/libjpeg_turbo/ |
61 /third_party/llvm/ | 61 /third_party/llvm/ |
62 /third_party/llvm-build/ | 62 /third_party/llvm-build/ |
63 /third_party/junit/src/ | 63 /third_party/junit/src/ |
64 /third_party/mesa/src/ | 64 /third_party/mesa/src/ |
65 /third_party/mockito/src/ | 65 /third_party/mockito/src/ |
66 /third_party/pdfium/ | 66 /third_party/pdfium/ |
| 67 /third_party/pyelftools/ |
67 /third_party/pywebsocket/src/ | 68 /third_party/pywebsocket/src/ |
68 /third_party/requests/src/ | 69 /third_party/requests/src/ |
69 /third_party/robolectric/src/ | 70 /third_party/robolectric/src/ |
70 /third_party/skia/ | 71 /third_party/skia/ |
71 /third_party/smhasher/src/ | 72 /third_party/smhasher/src/ |
72 /third_party/yasm/binaries/ | 73 /third_party/yasm/binaries/ |
73 /third_party/yasm/source/patched-yasm/ | 74 /third_party/yasm/source/patched-yasm/ |
74 /tools/grit/ | 75 /tools/grit/ |
75 /v8/ | 76 /v8/ |
76 | 77 |
(...skipping 10 matching lines...) Expand all Loading... |
87 /sky/sdk/packages/mojo/pubspec.lock | 88 /sky/sdk/packages/mojo/pubspec.lock |
88 /sky/sdk/packages/sky/packages | 89 /sky/sdk/packages/sky/packages |
89 /sky/sdk/packages/sky/pubspec.lock | 90 /sky/sdk/packages/sky/pubspec.lock |
90 | 91 |
91 # sky tools | 92 # sky tools |
92 /sky/tools/skygo/linux64/sky_server | 93 /sky/tools/skygo/linux64/sky_server |
93 /sky/tools/skygo/mac/sky_server | 94 /sky/tools/skygo/mac/sky_server |
94 | 95 |
95 # downloaded keyboard_native resources. | 96 # downloaded keyboard_native resources. |
96 /services/keyboard_native/res/*.png | 97 /services/keyboard_native/res/*.png |
OLD | NEW |