forked from krestenkrab/dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (51 loc) · 1.24 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
# Generated build files (runhooks)
Makefile
*.Makefile
*.mk
*.xcodeproj
xcodebuild
/compiler/*sources.gypi
/compiler/*sources.xml
/client/build.gypi
/client/dart_server.*
# Stuff the appengine server needs copied locally from third_party
/client/samples/swarm/appengine/httplib2/
/client/samples/swarm/appengine/oauth2client/
# Build output directories
out/
war/
bin/
client/outcode/
# Swarm sample app output directory
/client/outcode
# Generated dom idl database
/client/dom/database
# Not sure what creates this
fixed_length_file_out
# third_party deps from svn
third_party/gyp/
third_party/v8/
third_party/closure_compiler_src/
tests/co19/
third_party/pyparsing/
third_party/appengine-python/
# Built by chromebot and downloaded from Google Storage
client/tests/drt
# Compiled python binaries
*.pyc
third_party/gsutil/*/gsutilc
# temporary vim files
*.swo
*.swp
/compiler/eclipse.workspace/tests/output/
/compiler/eclipse.workspace/dartc/output/
/compiler/eclipse.workspace/rhino/output/
/compiler/eclipse.workspace/tests/output/
/corelib/tests/corelib/src/generated/
/corelib/tests/stub-generator/src/generated/
# Fling generated files
/client/fling/.classpath
/client/fling/.project
/client/fling/.settings
# Generated test files.
/generated_tests/