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.

17 lines
181 B

  1. # Compiled files
  2. *.o
  3. *.so
  4. *.rlib
  5. *.dll
  6. # Executables
  7. *.exe
  8. # Generated by Cargo
  9. /target/
  10. # Building a library, so ignore the lock file
  11. Cargo.lock
  12. # Cache Directory
  13. .hash_cache/