OLD | NEW |
1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Fletch 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 .fletch |
14 .*.swp | 14 .*.swp |
15 | 15 |
16 # The following match exact path names starting from the location of this file. | 16 # The following match exact path names starting from the location of this file. |
17 /fletch.xcodeproj/ | 17 /fletch.xcodeproj/ |
18 /jniLibs/ | 18 /jniLibs/ |
19 /out/ | 19 /out/ |
| 20 /pkg/mdns/lib/native/libmdns_extension_lib.so |
| 21 /pkg/mdns/lib/native/libmdns_extension_lib.dylib |
20 /samples/buildbot/java/ | 22 /samples/buildbot/java/ |
21 /samples/github/generated/ | 23 /samples/github/generated/ |
22 /samples/todomvc/java/ | 24 /samples/todomvc/java/ |
23 /src/compiler/compiler.xcodeproj/ | 25 /src/compiler/compiler.xcodeproj/ |
24 /src/double_conversion.xcodeproj/ | 26 /src/double_conversion.xcodeproj/ |
25 /src/shared/shared.xcodeproj/ | 27 /src/shared/shared.xcodeproj/ |
26 /src/vm/vm.xcodeproj/ | 28 /src/vm/vm.xcodeproj/ |
27 /tests/service_tests/service_tests.xcodeproj/ | 29 /tests/service_tests/service_tests.xcodeproj/ |
28 /third_party/bin/linux/dart | 30 /third_party/bin/linux/dart |
29 /third_party/bin/linux/dart-arm | 31 /third_party/bin/linux/dart-arm |
30 /third_party/bin/mac/dart | 32 /third_party/bin/mac/dart |
31 /third_party/charcode/ | 33 /third_party/charcode/ |
32 /third_party/crypto/ | 34 /third_party/crypto/ |
33 /third_party/dart/ | 35 /third_party/dart/ |
34 /third_party/gyp/ | 36 /third_party/gyp/ |
35 /third_party/isolate/ | 37 /third_party/isolate/ |
36 /third_party/openocd/ | 38 /third_party/openocd/ |
37 /third_party/package_config/ | 39 /third_party/package_config/ |
38 /third_party/path/ | 40 /third_party/path/ |
39 /third_party/persistent/ | 41 /third_party/persistent/ |
40 /third_party/qemu/linux/qemu.tar.gz | 42 /third_party/qemu/linux/qemu.tar.gz |
41 /third_party/qemu/linux/qemu/ | 43 /third_party/qemu/linux/qemu/ |
42 /tools/testing/bin/linux/dart | 44 /tools/testing/bin/linux/dart |
43 /tools/testing/bin/linux/dart-arm | 45 /tools/testing/bin/linux/dart-arm |
44 /tools/testing/bin/mac/dart | 46 /tools/testing/bin/mac/dart |
45 /version.gyp | 47 /version.gyp |
46 /xcodebuild/ | 48 /xcodebuild/ |
OLD | NEW |