forked from flutter/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (72 loc) · 1.37 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
# commonly generated files
*.pyc
*~
.*.sw?
.DS_Store
.classpath
.cproject
.gdb_history
.checkstyle
.gdbinit
.landmines
.packages
.project
.pub
.pydevproject
cscope.*
Session.vim
tags
Thumbs.db
/build/util/LASTCHANGE*
.idea
# directories pulled in via deps or hooks
/base/
/build/linux/bin/eu-strip
/buildtools/
/dart/
/flutter/
/lib/
/mojo/devtools/
/mojo/public/
/native_client/
/out/
/out_*/
/sdch/open-vcdiff/
/testing/gmock/
/testing/gtest/
/third_party/android_tools/
/third_party/angle/
/third_party/appurify-python/
/third_party/boringssl/
/third_party/colorama/
/third_party/colorama/src/
/third_party/dart-sdk/
/third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
/third_party/freetype2/
/third_party/go/tool/
/third_party/gtest/
/third_party/icu/
/third_party/jsr-305/src/
/third_party/junit/src/
/third_party/libc++/trunk/
/third_party/libc++abi/trunk/
/third_party/libjpeg-turbo/
/third_party/mockito/src/
/third_party/pdfium/
/third_party/pywebsocket/src/
/third_party/rapidjson/
/third_party/requests/src/
/third_party/robolectric/lib/
/third_party/root_certificates/
/third_party/skia/
/third_party/vulkan/
/third_party/yasm/binaries/
/third_party/yasm/source/patched-yasm/
/tools/grit/
# dart packages directories and related.
/examples/**/packages
/examples/**/pubspec.lock
/mojo/common/dart/packages
/mojo/dart/packages/**/packages/
/mojo/dart/packages/**/pubspec.lock
/tools/licenses/packages/