Commit 168a45c
committed
Remove generated protobuf file from version control
Remove examples/tcp_rerouting/src/generated/ from git tracking and
add to .gitignore. Generated code should not be committed as it:
- Can be regenerated from the .proto file via build.rs
- Creates unnecessary diff noise when dependencies update
- Can get out of sync with source
The file is automatically generated during build by prost-build,
so this does not affect functionality.
Signed-off-by: Christof Gerber <[email protected]>1 parent 3aca38c commit 168a45c
File tree
2 files changed
+2
-56
lines changed- examples/tcp_rerouting/src/generated
2 files changed
+2
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 56 deletions
This file was deleted.
0 commit comments