.gitignore 104 B

1234567891011121314
  1. # ---> Rust
  2. # Compiled files
  3. *.o
  4. *.so
  5. *.rlib
  6. *.dll
  7. # Executables
  8. *.exe
  9. # Generated by Cargo
  10. /target/