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 15 matching lines...) Expand all Loading... |
26 /dart-pub-cache/ | 26 /dart-pub-cache/ |
27 /native_client/ | 27 /native_client/ |
28 /out/ | 28 /out/ |
29 /out_*/ | 29 /out_*/ |
30 /sdch/open-vcdiff/ | 30 /sdch/open-vcdiff/ |
31 /testing/gmock/ | 31 /testing/gmock/ |
32 /testing/gtest/ | 32 /testing/gtest/ |
33 /third_party/android_tools/ | 33 /third_party/android_tools/ |
34 /third_party/angle/ | 34 /third_party/angle/ |
35 /third_party/appurify-python/ | 35 /third_party/appurify-python/ |
| 36 /third_party/breakpad/src/ |
36 /third_party/boringssl/src/ | 37 /third_party/boringssl/src/ |
37 /third_party/brotli/src/ | 38 /third_party/brotli/src/ |
38 /third_party/colorama/src/ | 39 /third_party/colorama/src/ |
39 /third_party/dart-sdk/ | 40 /third_party/dart-sdk/ |
40 /third_party/dart-pkg/archive | 41 /third_party/dart-pkg/archive |
41 /third_party/dart-pkg/args | 42 /third_party/dart-pkg/args |
42 /third_party/dart-pkg/box2d | 43 /third_party/dart-pkg/box2d |
43 /third_party/dart-pkg/cassowary | 44 /third_party/dart-pkg/cassowary |
44 /third_party/dart-pkg/collection | 45 /third_party/dart-pkg/collection |
45 /third_party/dart-pkg/crypto | 46 /third_party/dart-pkg/crypto |
46 /third_party/dart-pkg/newton | 47 /third_party/dart-pkg/newton |
47 /third_party/dart-pkg/path | 48 /third_party/dart-pkg/path |
48 /third_party/dart-pkg/quiver | 49 /third_party/dart-pkg/quiver |
49 /third_party/dart-pkg/source_span | 50 /third_party/dart-pkg/source_span |
50 /third_party/dart-pkg/string_scanner | 51 /third_party/dart-pkg/string_scanner |
51 /third_party/dart-pkg/vector_math | 52 /third_party/dart-pkg/vector_math |
52 /third_party/dart-pkg/vector_math | 53 /third_party/dart-pkg/vector_math |
53 /third_party/dart-pkg/yaml | 54 /third_party/dart-pkg/yaml |
54 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf | 55 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf |
55 /third_party/freetype-android/src | 56 /third_party/freetype-android/src |
56 /third_party/go/tool/ | 57 /third_party/go/tool/ |
57 /third_party/icu/ | 58 /third_party/icu/ |
58 /third_party/jsr-305/src/ | 59 /third_party/jsr-305/src/ |
59 /third_party/libc++/trunk/ | 60 /third_party/libc++/trunk/ |
60 /third_party/libc++abi/trunk/ | 61 /third_party/libc++abi/trunk/ |
61 /third_party/libjpeg_turbo/ | 62 /third_party/libjpeg_turbo/ |
62 /third_party/llvm/ | 63 /third_party/llvm/ |
63 /third_party/llvm-build/ | 64 /third_party/llvm-build/ |
| 65 /third_party/lss/ |
64 /third_party/junit/src/ | 66 /third_party/junit/src/ |
65 /third_party/mesa/src/ | 67 /third_party/mesa/src/ |
66 /third_party/mockito/src/ | 68 /third_party/mockito/src/ |
67 /third_party/pdfium/ | 69 /third_party/pdfium/ |
68 /third_party/pyelftools/ | 70 /third_party/pyelftools/ |
69 /third_party/pywebsocket/src/ | 71 /third_party/pywebsocket/src/ |
70 /third_party/requests/src/ | 72 /third_party/requests/src/ |
71 /third_party/robolectric/src/ | 73 /third_party/robolectric/src/ |
72 /third_party/skia/ | 74 /third_party/skia/ |
73 /third_party/smhasher/src/ | 75 /third_party/smhasher/src/ |
(...skipping 20 matching lines...) Expand all Loading... |
94 /sky/sdk/packages/mojo/pubspec.lock | 96 /sky/sdk/packages/mojo/pubspec.lock |
95 /sky/sdk/packages/sky/packages | 97 /sky/sdk/packages/sky/packages |
96 /sky/sdk/packages/sky/pubspec.lock | 98 /sky/sdk/packages/sky/pubspec.lock |
97 | 99 |
98 # sky tools | 100 # sky tools |
99 /sky/tools/skygo/linux64/sky_server | 101 /sky/tools/skygo/linux64/sky_server |
100 /sky/tools/skygo/mac/sky_server | 102 /sky/tools/skygo/mac/sky_server |
101 | 103 |
102 # downloaded keyboard_native resources. | 104 # downloaded keyboard_native resources. |
103 /services/keyboard_native/res/*.png | 105 /services/keyboard_native/res/*.png |
OLD | NEW |