.gitignore 196 B

123456789101112131415161718192021
  1. # ---> Rust
  2. # Compiled files
  3. *.o
  4. *.so
  5. *.rlib
  6. *.dll
  7. # Executables
  8. *.exe
  9. # Generated by Cargo
  10. /target/
  11. #Added by cargo
  12. #
  13. #already existing elements are commented out
  14. .history
  15. /target
  16. **/*.rs.bk