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 eb49e28 commit c7626db
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 c7626db

Please # to comment.