Remove **/*.rs.bk from project-specific gitignore

Cargo stopped generating this in its project template 5 years ago. It
would belong in a global gitignore instead.
This commit is contained in:
David Tolnay 2025-01-22 19:30:31 -08:00
parent 0f532e326e
commit 70bc20d848
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
/target
**/*.rs.bk
Cargo.lock