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

Unified Diff: .gitignore

Issue 1156993015: fixes #193, factory constructors as static methods (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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/runtime/dart/_interceptors.js » ('j') | lib/runtime/dart_runtime.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 642181ec114036dca7a53134d5b8abdcba2458e4..4fea88e56e7281ec3bef4370e318ae87348ce2ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,9 +12,10 @@ packages
.pub/
node_modules
-# Or our test output folder
+# Or our test outputs
test/codegen/actual/
test/dart_codegen/actual/
+test/generated_sdk/sdk_errors.txt
vsm 2015/05/29 21:08:58 thanks :-)
# Include when developing application packages.
pubspec.lock
« no previous file with comments | « no previous file | lib/runtime/dart/_interceptors.js » ('j') | lib/runtime/dart_runtime.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698