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

Side by Side Diff: dart/utils/apidoc/.gitignore

Issue 11421093: Clean up svn:ignore property and .gitignore in dart, dart/pkg, and dart/runtime. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
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
OLDNEW
1 /apidoc.Makefile 1 /Makefile
2 /apidoc.xcodeproj 2 /out
3 /api_docs.target.mk 3 /runtime
4 /api_docs.vcxproj.filters 4 /xcodebuild
5 /api_docs.vcproj 5 /*.Makefile
6 /*.sln
7 /*.target.mk
8 /*.vcproj
9 /*.vcxproj
10 /*.vcxproj.filters
11 /*.vcxproj.user
12 /*.xcodeproj
6 /Debug 13 /Debug
7 /api_docs.vcxproj.user 14 /DebugARM
8 /apidoc.sln
9 /DebugIA32 15 /DebugIA32
16 /DebugSIMARM
17 /DebugX64
18 /Release
19 /ReleaseARM
20 /ReleaseIA32
21 /ReleaseSIMARM
22 /ReleaseX64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698