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

Unified Diff: .gitignore

Issue 9732019: dart:html perf optimization based on runing Dromaeo benchmarks (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes Created 8 years, 9 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 | lib/dom/scripts/systemhtml.py » ('j') | lib/dom/templates/html/impl/impl_Node.darttemplate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index b64ad391105abd40132e9b0b1b58704443dc0d42..11e8bf770445d8a25e414f2f2be5408a7dfdb91b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,9 +12,9 @@ xcodebuild
*.sln
*.ncb
-# Stuff the appengine server needs copied locally from third_party
-/client/samples/swarm/appengine/httplib2/
-/client/samples/swarm/appengine/oauth2client/
+# Generated files
+/samples/third_party/dromaeo/tests/frog/
+/samples/third_party/dromaeo/index-js.html
# Build output directories
out/
@@ -28,10 +28,10 @@ Debug_*/
/client/outcode
# Generated dom idl database
-/client/dom/database
+/lib/dom/database
# Generated dom and html classes
-/client/dom/generated
-/client/html/generated
+/lib/dom/generated
+/lib/html/generated
# Not sure what creates this
fixed_length_file_out
« no previous file with comments | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | lib/dom/templates/html/impl/impl_Node.darttemplate » ('J')

Powered by Google App Engine
This is Rietveld 408576698