.gitignore 109 B

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