forked from dart-archive/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (59 loc) · 1.65 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE.md file.
# The following match filenames in any directory.
packages
*.pyc
*.class
.flaky.log
.DS_Store
.ninja_deps
.ninja_log
.fletch
.*.swp
.idea
*.iml
.gdb_history
# The following match exact path names starting from the location of this file.
/fletch.xcodeproj/
/jniLibs/
/out/
/pkg/mdns/lib/native/libmdns_extension_lib.so
/pkg/mdns/lib/native/libmdns_extension_lib.dylib
/samples/github/generated/
/samples/simple_todo/generated/
/samples/todomvc/java/
/src/compiler/compiler.xcodeproj/
/src/double_conversion.xcodeproj/
/src/shared/shared.xcodeproj/
/src/vm/vm.xcodeproj/
/tests/service_tests/service_tests.xcodeproj/
/third_party/args
/third_party/bin/linux/dart
/third_party/bin/linux/dart-arm
/third_party/bin/mac/dart
/third_party/charcode/
/third_party/crypto/
/third_party/dart/
/third_party/dartdoc_deps/dart-sdk.tar.gz
/third_party/dartdoc_deps/dart-sdk
/third_party/gyp/
/third_party/isolate/
/third_party/openocd/
/third_party/package_config/
/third_party/path/
/third_party/persistent/
/third_party/qemu/linux/qemu.tar.gz
/third_party/qemu/linux/qemu/
/third_party/raspbian/image.tar.gz
/third_party/raspbian/image
/third_party/raspbian/kernel.tar.gz
/third_party/raspbian/kernel
/third_party/stm/STM32Cube_FW_F4_V1.9.0.tar.gz
/third_party/stm/STM32Cube_FW_F4_V1.9.0/
/third_party/stm/STM32Cube_FW_F7_V1.2.0.tar.gz
/third_party/stm/STM32Cube_FW_F7_V1.2.0/
/tools/testing/bin/linux/dart
/tools/testing/bin/linux/dart-arm
/tools/testing/bin/mac/dart
/xcodebuild/