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

Unified Diff: .gitignore

Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 4 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 | CHANGELOG.md » ('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 bc44dd807a7ad32dc9cce82761c6ecda4a1bae16..ee819336de6bcc22804c05188de60731f7346017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,8 +17,8 @@ doc/api/
# Generated files go here.
gen/
-# Ignore generated summary.
-lib/runtime/dart_sdk.sum
+# Ignore generated SDK summary.
+lib/js/*/*.sum
# Created by ./tool/dependency_overrides.sh.
dependency_overrides/
« no previous file with comments | « no previous file | CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698