gitignore .rs.bk files
These clutter up `git status` output when working on rustfmt.
This commit is contained in:
parent
ee32615df1
commit
5ac67adb40
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/target/
|
||||
**/*.rs.bk
|
||||
/target/
|
||||
|
|
Loading…
Add table
Reference in a new issue