Browse Source

Add rustfmt gitignore (#2108)

pull/1904/merge
Wayne Nilsen 7 years ago
parent
commit
309aa7aba0
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Rust.gitignore

+ 3
- 0
Rust.gitignore View File

@@ -5,3 +5,6 @@
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Loading…
Cancel
Save