OLD | NEW |
---|---|
1 # These ignores are auto-generated from the canonical svn ignore metadata | 1 # These ignores are auto-generated from the canonical svn ignore metadata |
2 # using: | 2 # using: |
3 # | 3 # |
4 # $ git svn create-ignore | 4 # $ git svn create-ignore |
5 # | 5 # |
6 # Whenever possible, prefer creating ignores in svn and then generating them | 6 # Whenever possible, prefer creating ignores in svn and then generating them |
7 # to keep git in sync. | 7 # to keep git in sync. |
8 /api_docs.target.mk | 8 /.children |
9 /.project | |
10 /Makefile | |
9 /benchmarks | 11 /benchmarks |
10 /compiler.target.mk | 12 /build |
11 /create_sdk.target.mk | 13 /dart.sdf |
12 /dart.Makefile | 14 /dart.sln |
13 /dart.xcodeproj | 15 /dart.suo |
14 /dart2js.target.mk | |
15 /dart2js_bot.target.mk | |
16 /Makefile | |
17 /out | 16 /out |
18 /runtime.target.mk | |
19 /samples.target.mk | |
20 /upload_sdk.target.mk | |
21 /xcodebuild | 17 /xcodebuild |
22 /upload_sdk.vcxproj | 18 /*.Makefile |
23 /dart2js.vcxproj.user | 19 /*.pyc |
24 /api_docs.vcproj | 20 /*.sln |
25 /upload_sdk.vcxproj.filters | 21 /*.target.mk |
26 /api_docs.vcxproj.user | 22 /*.vcproj |
27 /dart.suo | 23 /*.vcxproj |
28 /dart2js.vcxproj | 24 /*.vcxproj.user |
29 /compiler.vcxproj | 25 /*.vcxproj.filters |
30 /dart.sdf | 26 /*.xcodeproj |
31 /cached_results.txt | 27 /cached_results.txt |
32 /chromedriver.log | 28 /chromedriver.log |
33 /api_docs.vcxproj | |
34 /compiler.vcproj | |
35 /timing_info.txt | 29 /timing_info.txt |
36 /compiler.vcxproj.user | |
37 /dart.sln | |
38 /runtime.vcproj | |
39 /upload_sdk.vcproj | |
40 /runtime.vcxproj.user | |
41 /upload_sdk.vcxproj.user | |
42 /create_sdk.vcxproj | |
43 /create_sdk.vcxproj.filters | |
44 /create_sdk.vcproj | |
45 /samples.vcproj | |
46 /dart2js.vcproj | |
47 /create_sdk.vcxproj.user | |
48 /runtime.vcxproj | |
49 /build | |
50 /*.xcodeproj | |
51 /.children | |
52 /.project | |
53 /*.pyc | |
54 | 30 |
55 # End generated ignores. The following are hand-added because the svn:ignore | 31 # End generated ignores. The following are hand-added because the svn:ignore |
56 # stuff doesn't handle them well. | 32 # stuff doesn't handle them well. |
57 | 33 |
58 # Generated XCode projects on Mac | |
59 *.xcodeproj | |
60 | |
61 # Dart Editor config files | |
62 .children | |
Bill Hesse
2012/11/27 14:30:28
It was a mistake to remove these two. A .gitignor
| |
63 .project | |
64 | |
65 # Built by chromebot and downloaded from Google Storage | 34 # Built by chromebot and downloaded from Google Storage |
66 client/tests/drt | 35 client/tests/drt |
67 | 36 |
68 # Compiled python binaries | 37 # Compiled python binaries |
69 *.pyc | 38 *.pyc |
70 third_party/gsutil/*/gsutilc | 39 third_party/gsutil/*/gsutilc |
71 | 40 |
72 # From the Mac OS X Finder | 41 # From the Mac OS X Finder |
73 .DS_Store | 42 .DS_Store |
74 | 43 |
75 # Pub generated "packages" directories | 44 # Pub generated "packages" directories |
76 packages | 45 packages |
77 | 46 |
78 # Vim temporary swap files. | 47 # Vim temporary swap files. |
79 *.swp | 48 *.swp |
OLD | NEW |