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 57705cd commit 24ec4cc
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 24ec4cc

Please sign in to comment.