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

Side by Side Diff: dart/.gitignore

Issue 11359211: Add to svn:ignore property and .gitignore new files generated by gyp for new targets. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 1 month 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 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 /dart2js_bot.target.mk
15 /Makefile 16 /Makefile
16 /out 17 /out
17 /runtime.target.mk 18 /runtime.target.mk
19 /samples.target.mk
18 /upload_sdk.target.mk 20 /upload_sdk.target.mk
19 /xcodebuild 21 /xcodebuild
20 /upload_sdk.vcxproj 22 /upload_sdk.vcxproj
21 /dart2js.vcxproj.user 23 /dart2js.vcxproj.user
22 /api_docs.vcproj 24 /api_docs.vcproj
23 /upload_sdk.vcxproj.filters 25 /upload_sdk.vcxproj.filters
24 /api_docs.vcxproj.user 26 /api_docs.vcxproj.user
25 /dart.suo 27 /dart.suo
26 /dart2js.vcxproj 28 /dart2js.vcxproj
27 /compiler.vcxproj 29 /compiler.vcxproj
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 67
66 # Compiled python binaries 68 # Compiled python binaries
67 *.pyc 69 *.pyc
68 third_party/gsutil/*/gsutilc 70 third_party/gsutil/*/gsutilc
69 71
70 # From the Mac OS X Finder 72 # From the Mac OS X Finder
71 .DS_Store 73 .DS_Store
72 74
73 # Pub generated "packages" directories 75 # Pub generated "packages" directories
74 packages 76 packages
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