Skip to content

Commit

Permalink
remove generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 26, 2024
1 parent 86857d4 commit 04d81bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 384 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ build/
dist/
logs/

# protobuf
mod.rs
command_data.rs
serverdata.rs

# cangen files generaed by calypsogen.py
decode_master_mapping.rs
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn main() {
.includes(&["src/proto"])
// Inputs must reside in some of include paths.
.input("src/proto/command_data.proto")
.input("src/proto/serverdata.proto")
// Specify output directory relative to Cargo output directory.
.out_dir("src")
.run_from_script();
Expand Down
183 changes: 0 additions & 183 deletions src/command_data.rs

This file was deleted.

Loading

0 comments on commit 04d81bb

Please sign in to comment.