gitignore .rs.bk files

These clutter up `git status` output when working on rustfmt.
This commit is contained in:
Kamal Marhubi 2016-02-01 23:58:38 -05:00
parent ee32615df1
commit 5ac67adb40

3
.gitignore vendored
View file

@ -1 +1,2 @@
/target/
**/*.rs.bk
/target/