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.

42 lines
439 B

# C/C++ build outputs
bins
10 years ago
gens
libs
objs
# Python virtual environments
python*_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
# Makefile's cache
cache.mk
# Temporary test reports
report.xml
# port server log
portlog.txt