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

Side by Side Diff: runtime/.gitignore

Issue 11638014: Ignore runtime/pkg/. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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 /Makefile 1 /Makefile
2 /out 2 /out
3 /pkg
3 /runtime 4 /runtime
4 /xcodebuild 5 /xcodebuild
5 /*.Makefile 6 /*.Makefile
6 /*.sln 7 /*.sln
7 /*.target.mk 8 /*.target.mk
8 /*.vcproj 9 /*.vcproj
9 /*.vcxproj 10 /*.vcxproj
10 /*.vcxproj.filters 11 /*.vcxproj.filters
11 /*.vcxproj.user 12 /*.vcxproj.user
12 /*.xcodeproj 13 /*.xcodeproj
13 /Debug 14 /Debug
14 /DebugARM 15 /DebugARM
15 /DebugIA32 16 /DebugIA32
16 /DebugSIMARM 17 /DebugSIMARM
17 /DebugX64 18 /DebugX64
18 /Release 19 /Release
19 /ReleaseARM 20 /ReleaseARM
20 /ReleaseIA32 21 /ReleaseIA32
21 /ReleaseSIMARM 22 /ReleaseSIMARM
22 /ReleaseX64 23 /ReleaseX64
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