Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index 3014ed6fa76390005a74063fb2e7a6886f3847c6..cbd1e7da4ec12257f0dd93a4a868a01e2179f858 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -6,6 +6,9 @@ |
| /testing/corpus |
| /testing/gmock |
| /testing/gtest |
| +/third_party/llvm |
|
Nico
2015/10/19 16:28:19
this shouldn't get checked out, if it does somethi
|
| +/third_party/llvm-build |
| +/tools/clang |
| /v8 |
| /xcodebuild |
| Makefile |