Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index c93bf2e25f1796730e69136e002d6d6b01c21a38..b53a81e00cad4a1df3b44044a7ae8aee1803fc14 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -28,6 +28,7 @@ pin-log.txt |
| /third_party/BUILD.gn |
| /third_party/catapult |
| /third_party/ced |
| +/third_party/class-dump |
| /third_party/closure_compiler |
| /third_party/drmemory |
| /third_party/gflags/src |
| @@ -49,12 +50,15 @@ pin-log.txt |
| /third_party/mockito |
| /third_party/modp_b64 |
| /third_party/ow2_asm |
| +/third_party/proguard |
| /third_party/protobuf |
| /third_party/requests |
| /third_party/robolectric |
| /third_party/sqlite4java |
| +/third_party/tcmalloc |
| /third_party/WebKit |
| /third_party/yasm |
| +/third_party/zlib |
| /tools/android |
| /tools/clang |
| /tools/generate_library_loader |