Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(845)

Side by Side Diff: dart/.gitignore

Issue 10946009: Update .gitignores. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | dart/client/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 /api_docs.target.mk
9 /benchmarks 9 /benchmarks
10 /compiler.target.mk 10 /compiler.target.mk
11 /create_sdk.target.mk 11 /create_sdk.target.mk
12 /dart.Makefile 12 /dart.Makefile
13 /dart.xcodeproj 13 /dart.xcodeproj
14 /dart2js.target.mk 14 /dart2js.target.mk
15 /frog.target.mk
16 /frogsh.target.mk
17 /Makefile 15 /Makefile
18 /out 16 /out
19 /runtime.target.mk 17 /runtime.target.mk
20 /upload_sdk.target.mk 18 /upload_sdk.target.mk
21 /xcodebuild 19 /xcodebuild
22 /Debug
23 /DebugARM
24 /DebugIA32
25 /DebugSIMARM
26 /DebugX64
27 /Release
28 /ReleaseARM
29 /ReleaseIA32
30 /ReleaseSIMARM
31 /ReleaseX64
32 /upload_sdk.vcxproj 20 /upload_sdk.vcxproj
33 /dart2js.vcxproj.user 21 /dart2js.vcxproj.user
34 /api_docs.vcproj 22 /api_docs.vcproj
35 /upload_sdk.vcxproj.filters 23 /upload_sdk.vcxproj.filters
36 /api_docs.vcxproj.user 24 /api_docs.vcxproj.user
37 /dart.suo 25 /dart.suo
38 /dart2js.vcxproj 26 /dart2js.vcxproj
39 /compiler.vcxproj 27 /compiler.vcxproj
40 /dart.sdf 28 /dart.sdf
41 /cached_results.txt 29 /cached_results.txt
42 /chromedriver.log 30 /chromedriver.log
43 /api_docs.vcxproj 31 /api_docs.vcxproj
44 /compiler.vcproj 32 /compiler.vcproj
45 /timing_info.txt 33 /timing_info.txt
46 /compiler.vcxproj.user 34 /compiler.vcxproj.user
47 /dart.sln 35 /dart.sln
48 /runtime.vcproj 36 /runtime.vcproj
49 /upload_sdk.vcproj 37 /upload_sdk.vcproj
50 /runtime.vcxproj.user 38 /runtime.vcxproj.user
51 /upload_sdk.vcxproj.user 39 /upload_sdk.vcxproj.user
52 /create_sdk.vcxproj 40 /create_sdk.vcxproj
53 /create_sdk.vcxproj.filters 41 /create_sdk.vcxproj.filters
54 /create_sdk.vcproj 42 /create_sdk.vcproj
55 /samples.vcproj 43 /samples.vcproj
56 /dart2js.vcproj 44 /dart2js.vcproj
57 /create_sdk.vcxproj.user 45 /create_sdk.vcxproj.user
58 /runtime.vcxproj 46 /runtime.vcxproj
47 /build
48 /*.xcodeproj
49 /.children
50 /.project
51 /*.pyc
59 52
60 # End generated ignores. The following are hand-added because the svn:ignore 53 # End generated ignores. The following are hand-added because the svn:ignore
61 # stuff doesn't handle them well. 54 # stuff doesn't handle them well.
62 55
63 # Generated XCode projects on Mac 56 # Generated XCode projects on Mac
64 *.xcodeproj 57 *.xcodeproj
65 58
66 # Dart Editor config files 59 # Dart Editor config files
67 .children 60 .children
68 .project 61 .project
69 62
70 # Built by chromebot and downloaded from Google Storage 63 # Built by chromebot and downloaded from Google Storage
71 client/tests/drt 64 client/tests/drt
72 65
73 # Compiled python binaries 66 # Compiled python binaries
74 *.pyc 67 *.pyc
75 third_party/gsutil/*/gsutilc 68 third_party/gsutil/*/gsutilc
OLDNEW
« no previous file with comments | « no previous file | dart/client/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698