Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index c61286da5730efe33cb134dc02b640e4d7b77dc0..114cb33d74fa7f9f941ea558c62883e6fa557f28 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -1,10 +1,13 @@ |
| +*.pyc |
|
borenet
2014/03/10 20:13:30
These changes seem orthogonal to the rest of this
hal.canary
2014/04/11 15:52:36
Done.
|
| *.swp |
| -.android_config |
| .DS_Store |
| +.android_config |
| .gclient* |
| -*.pyc |
| -gyp/build/ |
| -out |
| -third_party/externals/ |
| -xcodebuild/ |
| TAGS |
| +gyp/build |
| +out |
| +platform_tools/chromeos/third_party/externals |
| +platform_tools/chromeos/toolchain/src/third_party/chromite |
| +platform_tools/chromeos/toolchain/src/third_party/pyelftools |
| +third_party/externals |
| +xcodebuild |