Skip to content

Commit

Permalink
Merge branch 'master' into makefile_ruby_version_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Jan 17, 2017
2 parents c781f64 + 1e27758 commit 58233db
Show file tree
Hide file tree
Showing 757 changed files with 21,474 additions and 11,218 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,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 @@ -17,6 +17,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 58233db

Please sign in to comment.