Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index d82160d5242e660051b78a3f7990e5d00d0a57ca..1afb24e84054f2c4c3749b29b64a445cbe2f9eb8 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -54,6 +54,14 @@ pubspec.lock |
| # Vim temporary swap files. |
| *.swp |
| +# Third party files |
|
kevmoo-old
2013/08/15 23:26:24
You may have missed https://code.google.com/p/dart
|
| +third_party/nss_pkcs12 |
| +third_party/polymer |
| + |
| # Generated files. |
| tools/out |
| tools/xcodebuild |
| +pkg/shadow_dom/tool/node_modules |
| + |
| + |
| + |