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

Unified Diff: dart/.gitignore

Issue 10581036: Ensure uniqueness of global names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update comment Created 8 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/language/namer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/.gitignore
diff --git a/dart/.gitignore b/dart/.gitignore
index 11e8bf770445d8a25e414f2f2be5408a7dfdb91b..844005c18585279fbb2814bba32df7e1583e4a20 100644
--- a/dart/.gitignore
+++ b/dart/.gitignore
@@ -21,8 +21,16 @@ out/
war/
bin/
client/outcode/
-Release_*/
-Debug_*/
+DebugIA32/
+Debug/
+DebugARM/
+DebugSIMARM/
+DebugX64/
+Release/
+ReleaseARM/
+ReleaseIA32/
+ReleaseSIMARM/
+ReleaseX64/
# Swarm sample app output directory
/client/outcode
« no previous file with comments | « no previous file | dart/language/namer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698