forked from dart-archive/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (38 loc) · 1.17 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
# 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
# The following match exact path names starting from the location of this file.
/third_party/libs/linux/arm/libtcmalloc_minimal.a
/third_party/libs/linux/arm64/libtcmalloc_minimal.a
/third_party/libs/linux/x64/libtcmalloc_minimal.a
/third_party/libs/linux/x86/libtcmalloc_minimal.a
/third_party/libs/mac/x64/libtcmalloc_minimal.a
/third_party/libs/mac/x86/libtcmalloc_minimal.a
/tools/testing/bin/linux/dart
/tools/testing/bin/linux/dart-arm
/tools/testing/bin/mac/dart
/out/
/xcodebuild/
/fletch.xcodeproj/
/src/compiler/compiler.xcodeproj/
/src/shared/shared.xcodeproj/
/src/vm/vm.xcodeproj/
/src/double_conversion.xcodeproj/
/tests/service_tests/service_tests.xcodeproj/
/jniLibs/
/samples/buildbot/java/
/samples/github/generated/
/samples/todomvc/java/
/third_party/bin/mac/dart
/third_party/bin/linux/dart
/third_party/bin/linux/dart-arm