mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
359 B
33 lines
359 B
# C/C++ build outputs |
|
bins |
|
gens |
|
libs |
|
objs |
|
|
|
# Python virtual environment (pre-3.4 only) |
|
python2.7_virtual_environment |
|
|
|
# gcov coverage data |
|
coverage |
|
*.gcno |
|
|
|
# profiler output |
|
*.prof |
|
|
|
# python compiled objects |
|
*.pyc |
|
|
|
#eclipse project files |
|
.cproject |
|
.project |
|
.settings |
|
|
|
# cache for run_tests.py |
|
.run_tests_cache |
|
|
|
# emacs temp files |
|
*~ |
|
|
|
# vim temp files |
|
.*.swp |
|
|
|
|