| 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 | |
| 22 /samples/buildbot/java/ | 20 /samples/buildbot/java/ |
| 23 /samples/github/generated/ | 21 /samples/github/generated/ |
| 24 /samples/todomvc/java/ | 22 /samples/todomvc/java/ |
| 25 /src/compiler/compiler.xcodeproj/ | 23 /src/compiler/compiler.xcodeproj/ |
| 26 /src/double_conversion.xcodeproj/ | 24 /src/double_conversion.xcodeproj/ |
| 27 /src/shared/shared.xcodeproj/ | 25 /src/shared/shared.xcodeproj/ |
| 28 /src/vm/vm.xcodeproj/ | 26 /src/vm/vm.xcodeproj/ |
| 29 /tests/service_tests/service_tests.xcodeproj/ | 27 /tests/service_tests/service_tests.xcodeproj/ |
| 30 /third_party/bin/linux/dart | 28 /third_party/bin/linux/dart |
| 31 /third_party/bin/linux/dart-arm | 29 /third_party/bin/linux/dart-arm |
| 32 /third_party/bin/mac/dart | 30 /third_party/bin/mac/dart |
| 33 /third_party/charcode/ | 31 /third_party/charcode/ |
| 34 /third_party/crypto/ | 32 /third_party/crypto/ |
| 35 /third_party/dart/ | 33 /third_party/dart/ |
| 36 /third_party/gyp/ | 34 /third_party/gyp/ |
| 37 /third_party/isolate/ | 35 /third_party/isolate/ |
| 38 /third_party/openocd/ | 36 /third_party/openocd/ |
| 39 /third_party/package_config/ | 37 /third_party/package_config/ |
| 40 /third_party/path/ | 38 /third_party/path/ |
| 41 /third_party/persistent/ | 39 /third_party/persistent/ |
| 42 /third_party/qemu/linux/qemu.tar.gz | 40 /third_party/qemu/linux/qemu.tar.gz |
| 43 /third_party/qemu/linux/qemu/ | 41 /third_party/qemu/linux/qemu/ |
| 44 /tools/testing/bin/linux/dart | 42 /tools/testing/bin/linux/dart |
| 45 /tools/testing/bin/linux/dart-arm | 43 /tools/testing/bin/linux/dart-arm |
| 46 /tools/testing/bin/mac/dart | 44 /tools/testing/bin/mac/dart |
| 47 /version.gyp | 45 /version.gyp |
| 48 /xcodebuild/ | 46 /xcodebuild/ |
| OLD | NEW |