You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Rust.gitignore 267B

123456789101112131415
  1. # Compiled files
  2. *.o
  3. *.so
  4. *.rlib
  5. *.dll
  6. # Executables
  7. *.exe
  8. # Generated by Cargo
  9. /target/
  10. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  11. # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
  12. Cargo.lock