Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index e6b0da5a992a16423e0165d1ee9618a084b68b26..21e4bdaf83431710e3a75b3efe80666469a4de68 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -61,12 +61,12 @@ shell_g |
| /test/test262/harness |
| /testing/gmock |
| /testing/gtest |
| -/third_party |
| +/third_party/* |
|
Michael Achenbach
2017/01/16 07:43:04
This wouldn't be correct, because binutils is also
targos
2017/01/16 10:00:31
binutils only contains a download script and the b
Michael Achenbach
2017/01/16 10:48:56
Not sure if I understand. Currently the only two d
|
| /third_party/android_tools |
| /third_party/cygwin |
| /third_party/icu |
| /third_party/instrumented_libraries |
| -/third_party/inspector_protocol |
| +!/third_party/inspector_protocol |
| /third_party/jinja2 |
| /third_party/llvm |
| /third_party/llvm-build |
| @@ -104,4 +104,4 @@ v8.ignition_dispatches_table.json |
| /test/fuzzer/wasm.tar.gz |
| /test/fuzzer/wasm_asmjs.tar.gz |
| /src/inspector/build/closure-compiler.tar.gz |
| -/src/inspector/build/closure-compiler |
| +/src/inspector/build/closure-compiler |