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

Unified Diff: utils/dartdoc/.gitignore

Issue 8572044: Clean and create output directory when generating docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frog/lib/node/node.dart ('k') | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/.gitignore
diff --git a/utils/dartdoc/.gitignore b/utils/dartdoc/.gitignore
index ea1f14bb7760ea2a8ce8875d9319a52618732fd1..f3dd423db671eb6856574de5823f775f78d753cd 100644
--- a/utils/dartdoc/.gitignore
+++ b/utils/dartdoc/.gitignore
@@ -1,3 +1,5 @@
# Generated output.
-/docs/*.html
-/docs/interact.js
+/docs/
+
+# Generated from interact.dart
+static/interact.js
« no previous file with comments | « frog/lib/node/node.dart ('k') | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698