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

Unified Diff: .gitignore

Issue 9664032: Add factory constructor for WebSocket Add generated dom & html directories to .gitignore (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | client/dom/templates/html/interface/interface_Point.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index a4d482b8be827ac8521593d5b6f7cb52d0c53840..8b6b1cb040651728f4c2f1a2038ceac06e8e893c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,9 @@ client/outcode/
# Generated dom idl database
/client/dom/database
+# Generated dom and html classes
+/client/dom/generated
+/client/html/generated
# Not sure what creates this
fixed_length_file_out
« no previous file with comments | « no previous file | client/dom/templates/html/interface/interface_Point.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698