Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index 223119cf5f6cebd33d52c1508caeb4920142fc7f..26f952037f89a4ecedc927a9294201fc1c223987 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -15,6 +15,7 @@ Session.vim |
| tags |
| Thumbs.db |
| v8.log |
| +packages/ |
|
tonyg
2015/04/10 13:39:20
Alphabetization gets a little wonky around this li
blundell
2015/04/13 14:23:29
Done.
|
| /build/util/LASTCHANGE* |
| /build/linux/bin/eu-strip |
| /build/win_toolchain.json |
| @@ -23,6 +24,7 @@ v8.log |
| # TODO(vtl): Check if this is still true. |
| /c |
| /dart/ |
| +/dart-pub-cache/ |
| /native_client/ |
| /out/ |
| /out_*/ |