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 22 matching lines...) Expand all Loading... |
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/boringssl/src/ | 36 /third_party/boringssl/src/ |
37 /third_party/brotli/src/ | 37 /third_party/brotli/src/ |
38 /third_party/colorama/src/ | 38 /third_party/colorama/src/ |
39 /third_party/dart-sdk/ | 39 /third_party/dart-sdk/ |
40 /third_party/dart-pkg/vector_math | 40 /third_party/dart-pkg/vector_math |
41 /third_party/dart-pkg/box2d | 41 /third_party/dart-pkg/box2d |
42 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf | 42 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf |
43 /third_party/freetype/ | 43 /third_party/freetype-android/src |
44 /third_party/go/tool/ | 44 /third_party/go/tool/ |
45 /third_party/icu/ | 45 /third_party/icu/ |
46 /third_party/jsr-305/src/ | 46 /third_party/jsr-305/src/ |
47 /third_party/libc++/trunk/ | 47 /third_party/libc++/trunk/ |
48 /third_party/libc++abi/trunk/ | 48 /third_party/libc++abi/trunk/ |
49 /third_party/libjpeg_turbo/ | 49 /third_party/libjpeg_turbo/ |
50 /third_party/llvm/ | 50 /third_party/llvm/ |
51 /third_party/llvm-build/ | 51 /third_party/llvm-build/ |
52 /third_party/junit/src/ | 52 /third_party/junit/src/ |
53 /third_party/mesa/src/ | 53 /third_party/mesa/src/ |
(...skipping 21 matching lines...) Expand all Loading... |
75 /sky/sdk/packages/mojo/pubspec.lock | 75 /sky/sdk/packages/mojo/pubspec.lock |
76 /sky/sdk/packages/sky/packages | 76 /sky/sdk/packages/sky/packages |
77 /sky/sdk/packages/sky/pubspec.lock | 77 /sky/sdk/packages/sky/pubspec.lock |
78 | 78 |
79 # sky tools | 79 # sky tools |
80 /sky/tools/skygo/linux64/sky_server | 80 /sky/tools/skygo/linux64/sky_server |
81 /sky/tools/skygo/mac/sky_server | 81 /sky/tools/skygo/mac/sky_server |
82 | 82 |
83 # downloaded keyboard_native resources. | 83 # downloaded keyboard_native resources. |
84 /services/keyboard_native/res/*.png | 84 /services/keyboard_native/res/*.png |
OLD | NEW |