If a user committed compiled binaries by accident, our Git servers wouldn't accept the push because of an upload size limitation. We've added a
.gitignore
file to exclude Rust's compiled binaries so that this doesn't happen much.
Here's the PR where this change was made.
Thanks to TheMenko for highlighting this!