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

Side by Side Diff: utils/pub/.gitignore

Issue 14081027: Add a gitignore for pub's gyp outputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 /Makefile 1 /Makefile
2 /out 2 /out
3 /xcodebuild 3 /xcodebuild
4 /*.Makefile 4 /*.Makefile
5 /*.sln 5 /*.sln
6 /*.target.mk 6 /*.target.mk
7 /*.vcproj 7 /*.vcproj
8 /*.vcxproj 8 /*.vcxproj
9 /*.vcxproj.filters 9 /*.vcxproj.filters
10 /*.vcxproj.user 10 /*.vcxproj.user
11 /*.xcodeproj 11 /*.xcodeproj
12 /Debug 12 /Debug
13 /DebugARM 13 /DebugARM
14 /DebugIA32 14 /DebugIA32
15 /DebugSIMARM 15 /DebugSIMARM
16 /DebugX64 16 /DebugX64
17 /Release 17 /Release
18 /ReleaseARM 18 /ReleaseARM
19 /ReleaseIA32 19 /ReleaseIA32
20 /ReleaseSIMARM 20 /ReleaseSIMARM
21 /ReleaseX64 21 /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