Skip to content

Commit

Permalink
Remove **/*.rs.bk from project-specific gitignore
Browse files Browse the repository at this point in the history
Cargo stopped generating this in its project template 5 years ago. It
would belong in a global gitignore instead.
  • Loading branch information
dtolnay committed Jan 23, 2025
1 parent 930401b commit 1e2f931
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target/
**/*.rs.bk
*.sw[po]
Cargo.lock

0 comments on commit 1e2f931

Please sign in to comment.