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:
Jonas Herzig 2019-01-30 16:25:40 +01:00
parent 8512ba4554
commit 459b538794
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
/src/protos
/target
**/*.rs.bk

1
src/protos/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/Mumble.rs