Add src/protos
directory (see #1)
Protobuf will generate the `Mumble.rs` file there which we do not want to commit to git but we do still need the directory to exist for protoc to work.
This commit is contained in:
parent
8512ba4554
commit
459b538794
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
/src/protos
|
||||
/target
|
||||
**/*.rs.bk
|
||||
|
|
1
src/protos/.gitignore
vendored
Normal file
1
src/protos/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/Mumble.rs
|
Loading…
Reference in a new issue