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

Side by Side Diff: .gitignore

Issue 10933054: Restore stuff removed from .gitignore. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add comments. 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 | no next file » | 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
2 # using:
3 #
4 # $ git svn create-ignore
5 #
6 # Whenever possible, prefer creating ignores in svn and then generating them
7 # to keep git in sync.
1 /api_docs.target.mk 8 /api_docs.target.mk
2 /benchmarks 9 /benchmarks
3 /compiler.target.mk 10 /compiler.target.mk
4 /create_sdk.target.mk 11 /create_sdk.target.mk
5 /dart.Makefile 12 /dart.Makefile
6 /dart.xcodeproj 13 /dart.xcodeproj
7 /dart2js.target.mk 14 /dart2js.target.mk
8 /frog.target.mk 15 /frog.target.mk
9 /frogsh.target.mk 16 /frogsh.target.mk
10 /Makefile 17 /Makefile
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 /upload_sdk.vcproj 49 /upload_sdk.vcproj
43 /runtime.vcxproj.user 50 /runtime.vcxproj.user
44 /upload_sdk.vcxproj.user 51 /upload_sdk.vcxproj.user
45 /create_sdk.vcxproj 52 /create_sdk.vcxproj
46 /create_sdk.vcxproj.filters 53 /create_sdk.vcxproj.filters
47 /create_sdk.vcproj 54 /create_sdk.vcproj
48 /samples.vcproj 55 /samples.vcproj
49 /dart2js.vcproj 56 /dart2js.vcproj
50 /create_sdk.vcxproj.user 57 /create_sdk.vcxproj.user
51 /runtime.vcxproj 58 /runtime.vcxproj
59
60 # End generated ignores. The following are hand-added because the svn:ignore
61 # stuff doesn't handle them well.
62
63 # Generated XCode projects on Mac
64 *.xcodeproj
65
66 # Dart Editor config files
67 .children
68 .project
69
70 # Built by chromebot and downloaded from Google Storage
71 client/tests/drt
72
73 # Compiled python binaries
74 *.pyc
75 third_party/gsutil/*/gsutilc
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698