Skip to content

Commit 8edc809

Browse files
committed
Remove src/ttrpc.rs from repo
There will be changes in ttrpc.rs follow the protobuf update. It's annoying and meanless to update the repo for these changes, so we just ignore the ttrpc.rs to resolve it for good. Signed-off-by: Tim Zhang <[email protected]>
1 parent 09cd926 commit 8edc809

File tree

3 files changed

+2
-1110
lines changed

3 files changed

+2
-1110
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Cargo.lock
88
*.o
99
example/protocols/**/*.rs
1010
!example/protocols/**/mod.rs
11+
src/ttrpc.rs

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: check debug test
1+
all: debug check test
22

33
#
44
# Build

0 commit comments

Comments
 (0)