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:32 -08:00
parent 930401b0dd
commit 1e2f931d0c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
target/ target/
**/*.rs.bk
*.sw[po] *.sw[po]
Cargo.lock Cargo.lock