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.
53 lines
569 B
53 lines
569 B
# C/C++ build outputs |
|
bins |
|
gens |
|
libs |
|
objs |
|
|
|
# Python virtual environments |
|
python*_virtual_environment |
|
|
|
# gcov coverage data |
|
reports |
|
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 |
|
latency_trace.txt |
|
|
|
# port server log |
|
portlog.txt |
|
|
|
# gyp generated make files |
|
*-gyp.mk |
|
out |
|
|
|
# YCM config files |
|
.ycm_extra_conf.py |
|
|
|
# Core dump files |
|
core
|
|
|