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

Side by Side Diff: .gitignore

Issue 1956513004: Switch to actual unittest, stack trace, and path packages. Tag tests as failing that were ignored d… (Closed) Base URL: git@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 unified diff | Download patch
« no previous file with comments | « no previous file | karma.conf.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Don’t commit the following files and directories created by pub. 1 # Don’t commit the following files and directories created by pub.
2 .pub 2 .pub
3 build/ 3 build/
4 packages 4 packages
5 .packages 5 .packages
6 6
7 # Ignore files created by tools. 7 # Ignore files created by tools.
8 *.dart.precompiled.js 8 *.dart.precompiled.js
9 *.js_ 9 *.js_
10 *.js.deps 10 *.js.deps
11 *.sw? 11 *.sw?
12 .idea/ 12 .idea/
13 .pub/ 13 .pub/
14 node_modules 14 node_modules
15 doc/api/ 15 doc/api/
16 16
17 # Ignore test output 17 # Ignore test output
18 test/codegen/expect/dev_compiler/ 18 test/codegen/expect/dev_compiler/
19 test/codegen/expect/language/ 19 test/codegen/expect/language/
20 test/codegen/expect/lib/ 20 test/codegen/expect/lib/
21 test/codegen/expect/corelib/ 21 test/codegen/expect/corelib/
22 test/codegen/expect/sunflower/dev_compiler/ 22 test/codegen/expect/sunflower/dev_compiler/
23 test/codegen/expect/matcher/ 23 test/codegen/expect/matcher/
24 test/codegen/expect/path/
25 test/codegen/expect/stack_trace/
24 test/codegen/language/*_multi.dart 26 test/codegen/language/*_multi.dart
25 test/codegen/lib/html/*_multi.dart 27 test/codegen/lib/html/*_multi.dart
26 test/codegen/corelib/*_multi.dart 28 test/codegen/corelib/*_multi.dart
27 test/codegen/expect/*.err 29 test/codegen/expect/*.err
28 30
29 # Created by ./tool/build_sdk.sh 31 # Created by ./tool/build_sdk.sh
30 tool/generated_sdk/ 32 tool/generated_sdk/
31 33
32 # Created by ./tool/dependency_overrides.sh 34 # Created by ./tool/dependency_overrides.sh
33 dependency_overrides/ 35 dependency_overrides/
34 36
35 # Include when developing application packages. 37 # Include when developing application packages.
36 pubspec.lock 38 pubspec.lock
OLDNEW
« no previous file with comments | « no previous file | karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698