.gitignore 213 B

12345678910
  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. # These are backup files generated by rustfmt
  7. **/*.rs.bk
  8. /install/