.gitignore 461 B

1234567891011121314151617181920212223
  1. ### https://raw.github.com/github/gitignore/master/Rust.gitignore
  2. # Generated by Cargo
  3. # will have compiled files and executables
  4. debug/
  5. target/
  6. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  7. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  8. Cargo.lock
  9. # These are backup files generated by rustfmt
  10. **/*.rs.bk
  11. # editor
  12. .projectile
  13. # Data files
  14. data/
  15. bench/
  16. # Artifacts
  17. /bin/