| Index: .gitignore
|
| diff --git a/.gitignore b/.gitignore
|
| index 822e246332b1d4109a965e09b349b09949c20e8a..459ceaca36d846f3539c1c278af8adb30974f9c0 100644
|
| --- a/.gitignore
|
| +++ b/.gitignore
|
| @@ -57,6 +57,7 @@ fixed_length_file_out
|
| /third_party/closure_compiler_src/
|
| /tests/co19/src/
|
| /third_party/cygwin/
|
| +/third_party/android_tools/
|
|
|
| # Built by chromebot and downloaded from Google Storage
|
| client/tests/drt
|
| @@ -90,4 +91,4 @@ third_party/gsutil/*/gsutilc
|
| .gdb_history
|
|
|
| # Default dart2js output.
|
| -out.js
|
| +out.js
|
|
|