forked from dart-archive/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
93 lines (90 loc) · 2.69 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Copyright (c) 2015, the Dartino 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
.dartino
.*.swp
.idea
*.iml
.gdb_history
*.snapshot
*.info.json
*.elf
*.bin
*.hex
*~
# The following match exact path names starting from the location of this file.
/dartino.xcodeproj/
/jniLibs/
/out/
/pkg/mdns/lib/native/libmdns_extension_lib.so
/pkg/mdns/lib/native/libmdns_extension_lib.dylib
/pkg/power_management/lib/native/libpower_management_extension_lib.so
/pkg/power_management/lib/native/libpower_management_extension_lib.dylib
/samples/general/native-interop/ffi/
/samples/general/native-interop/netlib/*.a
/samples/general/native-interop/netlib/*.o
/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/emulators/emul8
/third_party/emulators/emul8.tar.gz
/third_party/args
/third_party/bin/linux/dart
/third_party/bin/linux/dart-arm
/third_party/bin/mac/dart
/third_party/bin/win/dart.exe
/third_party/charcode/
/third_party/collection/
/third_party/crypto/
/third_party/dart/
/third_party/dart2js_info/
/third_party/dartdoc_deps/dart-sdk
/third_party/dartdoc_deps/dart-sdk.tar.gz
/third_party/freertos/freertos_labs
/third_party/freertos/freertos_labs.tar.gz
/third_party/gcc-arm-embedded/linux/gcc-arm-embedded
/third_party/gcc-arm-embedded/linux/gcc-arm-embedded.tar.gz
/third_party/gcc-arm-embedded/mac/gcc-arm-embedded
/third_party/gcc-arm-embedded/mac/gcc-arm-embedded.tar.gz
/third_party/gyp/
/third_party/instrumentation_client
/third_party/isolate/
/third_party/mbedtls/mbedtls.tar.gz
/third_party/mbedtls/mbedtls/
/third_party/openocd/
/third_party/package_config/
/third_party/path/
/third_party/persistent/
/third_party/pub_semver/
/third_party/qemu/linux/qemu.tar.gz
/third_party/qemu/linux/qemu/
/third_party/raspbian/image
/third_party/raspbian/image.tar.gz
/third_party/raspbian/kernel
/third_party/raspbian/kernel.tar.gz
/third_party/serial_port/lib/src/libserial_port.dylib
/third_party/serial_port/lib/src/libserial_port.so
/third_party/stm/stm32cube_fw_f4.tar.gz
/third_party/stm/stm32cube_fw_f4/
/third_party/stm/stm32cube_fw_f7.tar.gz
/third_party/stm/stm32cube_fw_f7/
/third_party/yasm/source
/tools/testing/bin/linux/dart
/tools/testing/bin/linux/dart-arm
/tools/testing/bin/mac/dart
/tools/testing/bin/win/dart.exe
/tools/vs_dependency/win_toolchain.json
/xcodebuild/