.gitignore 320 B

1234567891011
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. /target/
  4. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  5. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  6. Cargo.lock
  7. # These are backup files generated by rustfmt
  8. **/*.rs.bk