.gitignore 454 B

12345678910111213141516171819202122
  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. # Artifacts
  16. /bin/