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 0f532e3 commit 70bc20d
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,3 +1,2 @@
/target
**/*.rs.bk
Cargo.lock

0 comments on commit 70bc20d

Please sign in to comment.