Skip to content

Commit 168a45c

Browse files
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

2 files changed

+2
-56
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/bazel-*
22
target
33
Cargo.lock
4+
# Generated protobuf code
5+
examples/tcp_rerouting/src/generated/

examples/tcp_rerouting/src/generated/envoy.source.extensions.common.wasm.rs

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)