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

Side by Side Diff: dart/.gitignore

Issue 8430028: Update to co19 revision 15. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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
OLDNEW
1 # Generated build files (runhooks) 1 # Generated build files (runhooks)
2 Makefile 2 Makefile
3 *.Makefile 3 *.Makefile
4 *.mk 4 *.mk
5 *.xcodeproj 5 *.xcodeproj
6 xcodebuild 6 xcodebuild
7 /compiler/*sources.gypi 7 /compiler/*sources.gypi
8 /compiler/*sources.xml 8 /compiler/*sources.xml
9 /client/build.gypi 9 /client/build.gypi
10 /client/dart_server.* 10 /client/dart_server.*
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 /corelib/tests/corelib/src/generated/ 54 /corelib/tests/corelib/src/generated/
55 /corelib/tests/stub-generator/src/generated/ 55 /corelib/tests/stub-generator/src/generated/
56 56
57 # Fling generated files 57 # Fling generated files
58 /client/fling/.classpath 58 /client/fling/.classpath
59 /client/fling/.project 59 /client/fling/.project
60 /client/fling/.settings 60 /client/fling/.settings
61 61
62 # Generated test files. 62 # Generated test files.
63 /generated_tests/ 63 /generated_tests/
64
65 /frog/
OLDNEW
« no previous file with comments | « no previous file | dart/tests/co19/co19-compiler.status » ('j') | dart/tests/co19/co19-compiler.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698