Add rustfmt backup files to .gitignore, from #337

This commit is contained in:
ice_iix 2020-06-21 12:32:11 -07:00
parent 518b6a07f8
commit 3f35673c77
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
# Rust
target/
**/*.rs.bk
.rust/
working/
*.log
pkg