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

Unified Diff: .gitignore

Issue 1188173003: have build/test scripts automatically update baselines (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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 | test/codegen_test.dart » ('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 816ff9051cbd5c39e52b23a3da91d0ed2377f660..0d12e631993e9db3aad8c57c7556f2acd58bc919 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
build/
packages
-# Or the files created by tools.
+# Ignore files created by tools.
*.dart.precompiled.js
*.js_
*.js.deps
@@ -12,11 +12,12 @@ packages
.pub/
node_modules
+# Ignore test output
+test/codegen/expect/dev_compiler/
+test/codegen/expect/sunflower/dev_compiler/
+
# Created by ./tool/build_sdk.sh
tool/generated_sdk/
-# Or our test outputs
-test/codegen/actual/
-
# Include when developing application packages.
pubspec.lock
« no previous file with comments | « no previous file | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698