forked from Bluehouse-Technology/grpc
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
45 lines (44 loc) · 963 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.rebar3/
_build
.erlang.mk
grpc.d
.eunit
deps
*.o
*.beam
*.plt
erl_crash.dump
ebin/*.beam
rel/example_project
.concrete/DEV_MODE
.rebar
.erlang.mk
ebin
logs
grpc.d
*.DS_Store
*.swp
rebar.lock
rebar3.crashdump
## Automatically generated files
src/grpc_health_pb.erl
src/grpc_health_v_1_health_bhvr.erl
src/grpc_health_v_1_health_client.erl
src/grpc_reflection_pb.erl
src/grpc_reflection_v_1alpha_server_reflection_bhvr.erl
src/grpc_reflection_v_1alpha_server_reflection_client.erl
test/grpc_greeter_pb.erl
test/greeter_bhvr.erl
test/greeter_client.erl
test/grpc_route_guide_pb.erl
test/routeguide_route_guide_bhvr.erl
test/routeguide_route_guide_client.erl
test/grpc_health_pb.erl
test/grpc_health_v_1_health_bhvr.erl
test/grpc_health_v_1_health_client.erl
test/grpc_reflection_pb.erl
test/grpc_reflection_v_1alpha_server_reflection_bhvr.erl
test/grpc_reflection_v_1alpha_server_reflection_client.erl
test/grpc_test_pb.erl
test/test_bhvr.erl
test/test_client.erl