Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into cares_buildin
Browse files Browse the repository at this point in the history
  • Loading branch information
y-zeng committed Jan 19, 2017
2 parents b0023d2 + 6da1dc8 commit 04ec470
Show file tree
Hide file tree
Showing 911 changed files with 37,644 additions and 24,358 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ objs
# Python items
cython_debug/
python_build/
python_format_venv/
.coverage*
.eggs
htmlcov/
Expand Down Expand Up @@ -96,10 +97,17 @@ DerivedData
Pods/

# Artifacts directory
artifacts/
/artifacts/

# Git generated files for conflicting
*.orig

# IDE specific folder for JetBrains IDEs
.idea/

# Blaze files
bazel-bin
bazel-genfiles
bazel-grpc
bazel-out
bazel-testlogs
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
[submodule "third_party/thrift"]
path = third_party/thrift
url = https://github.com/apache/thrift.git
[submodule "third_party/google_benchmark"]
path = third_party/google_benchmark
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark
[submodule "third_party/boringssl-with-bazel"]
path = third_party/boringssl-with-bazel
url = https://boringssl.googlesource.com/boringssl
Loading

0 comments on commit 04ec470

Please sign in to comment.