Merge pull request #14341 from chwarr/ignore-dirty-zlib-submodule

Ignore zlib submodule if its dirty (due to CMake)
pull/14377/head
Nicolas Noble 7 years ago committed by GitHub
commit 100e0a78eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .gitmodules

4
.gitmodules vendored

@ -1,6 +1,10 @@
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
# When using CMake to build, the zlib submodule ends up with a
# generated file that makes Git consider the submodule dirty. This
# state can be ignored for day-to-day development on gRPC.
ignore = dirty
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git

Loading…
Cancel
Save