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

Unified Diff: .gitignore

Issue 1988503002: Move generated files to gen/. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 | « .analysis_options ('k') | karma.conf.js » ('j') | karma.conf.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index ef54bc13ae1af6e224eda0a589d25ad8c258361a..a59830b1edbbbfad2b0bb41f3422f194622bbb65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,21 +14,8 @@ packages
node_modules
doc/api/
-# Ignore test output
-test/codegen/expect/dev_compiler/
-test/codegen/expect/language/
-test/codegen/expect/lib/
-test/codegen/expect/corelib/
-test/codegen/expect/sunflower/dev_compiler/
-test/codegen/expect/matcher/
-test/codegen/expect/path/
-test/codegen/expect/stack_trace/
-test/codegen/expect/unittest/
-test/codegen/expect/*.err
-test/**/*_multi.dart
-
-# Created by ./tool/build_sdk.sh
-tool/generated_sdk/
+# Generated files go here.
+gen/
# Created by ./tool/dependency_overrides.sh
dependency_overrides/
« no previous file with comments | « .analysis_options ('k') | karma.conf.js » ('j') | karma.conf.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698