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