Commit 9c10cb02 authored by mic.besace's avatar mic.besace Committed by Commit bot

Do not ignore inspector_protocol and binutils directories

third_party/inspector_protocol is tracked in git and ignoring it causes
problems if the tree is copied to another git repository (e.g. Node.js)
Similarly, third_party/binutils has some files checked in. This adds a
.gitignore file in this directory (same as Chromium).

R=franzih@chromium.org,ofrobots@google.com,machenbach@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2635483002
Cr-Commit-Position: refs/heads/master@{#42373}
parent ef555d08
......@@ -61,16 +61,9 @@ shell_g
/test/test262/harness
/testing/gmock
/testing/gtest
/third_party
/third_party/android_tools
/third_party/cygwin
/third_party/icu
/third_party/instrumented_libraries
/third_party/inspector_protocol
/third_party/jinja2
/third_party/llvm
/third_party/llvm-build
/third_party/markupsafe
/third_party/*
!/third_party/binutils
!/third_party/inspector_protocol
/tools/clang
/tools/gcmole/gcmole-tools
/tools/gcmole/gcmole-tools.tar.gz
......@@ -104,4 +97,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
\ No newline at end of file
/src/inspector/build/closure-compiler
binutils-*
*-chroot-*
output-*
Linux_ia32/*stamp*
Linux_ia32/*tar.bz2
Linux_x64/*stamp*
Linux_x64/*tar.bz2
*/Release
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment