OLD | NEW |
1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
4 | 4 |
5 # The following match filenames in any directory. | 5 # The following match filenames in any directory. |
6 packages | 6 packages |
7 *.pyc | 7 *.pyc |
8 *.class | 8 *.class |
9 .flaky.log | 9 .flaky.log |
10 .DS_Store | 10 .DS_Store |
11 .ninja_deps | 11 .ninja_deps |
12 .ninja_log | 12 .ninja_log |
13 .fletch | 13 .dartino |
14 .*.swp | 14 .*.swp |
15 .idea | 15 .idea |
16 *.iml | 16 *.iml |
17 .gdb_history | 17 .gdb_history |
18 *~ | 18 *~ |
19 | 19 |
20 # The following match exact path names starting from the location of this file. | 20 # The following match exact path names starting from the location of this file. |
21 /fletch.xcodeproj/ | 21 /dartino.xcodeproj/ |
22 /jniLibs/ | 22 /jniLibs/ |
23 /out/ | 23 /out/ |
24 /pkg/mdns/lib/native/libmdns_extension_lib.so | 24 /pkg/mdns/lib/native/libmdns_extension_lib.so |
25 /pkg/mdns/lib/native/libmdns_extension_lib.dylib | 25 /pkg/mdns/lib/native/libmdns_extension_lib.dylib |
26 /pkg/power_management/lib/native/libpower_management_extension_lib.so | 26 /pkg/power_management/lib/native/libpower_management_extension_lib.so |
27 /pkg/power_management/lib/native/libpower_management_extension_lib.dylib | 27 /pkg/power_management/lib/native/libpower_management_extension_lib.dylib |
28 /samples/github/generated/ | 28 /samples/github/generated/ |
29 /samples/simple_todo/generated/ | 29 /samples/simple_todo/generated/ |
30 /samples/todomvc/java/ | 30 /samples/todomvc/java/ |
31 /src/compiler/compiler.xcodeproj/ | 31 /src/compiler/compiler.xcodeproj/ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 /third_party/raspbian/kernel | 66 /third_party/raspbian/kernel |
67 /third_party/stm/stm32cube_fw_f7.tar.gz | 67 /third_party/stm/stm32cube_fw_f7.tar.gz |
68 /third_party/stm/stm32cube_fw_f7/ | 68 /third_party/stm/stm32cube_fw_f7/ |
69 /third_party/yasm/source | 69 /third_party/yasm/source |
70 /tools/testing/bin/linux/dart | 70 /tools/testing/bin/linux/dart |
71 /tools/testing/bin/linux/dart-arm | 71 /tools/testing/bin/linux/dart-arm |
72 /tools/testing/bin/mac/dart | 72 /tools/testing/bin/mac/dart |
73 /tools/testing/bin/win/dart.exe | 73 /tools/testing/bin/win/dart.exe |
74 /tools/vs_dependency/win_toolchain.json | 74 /tools/vs_dependency/win_toolchain.json |
75 /xcodebuild/ | 75 /xcodebuild/ |
OLD | NEW |