Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index def66f1c62ee2716e5258d9775fda17e8b92ac5c..5f82689656053345b34a00eefdeb04872e90cb75 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -1,11 +1,13 @@ |
| *.pyc |
| *.swp |
| -.android_config |
| .DS_Store |
| +.android_config |
| .gclient* |
| -.gm-actuals/ |
| -gyp/build/ |
| -out |
| +.gm-actuals |
| TAGS |
| -third_party/externals/ |
| -xcodebuild/ |
| +gyp/build |
| +out |
| +platform_tools/chromeos/third_party/externals |
| +platform_tools/chromeos/toolchain |
| +third_party/externals |
| +xcodebuild |