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.master
parent
8512ba4554
commit
459b538794
|
@ -1,3 +1,2 @@
|
||||||
/src/protos
|
|
||||||
/target
|
/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/Mumble.rs
|
Loading…
Reference in New Issue