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.

23 lines
262 B

  1. # System Files
  2. .directory
  3. # Compiled files
  4. *.o
  5. *.so
  6. *.rlib
  7. *.dll
  8. # Executables
  9. *.exe
  10. # Generated by Cargo
  11. /target/
  12. # Building a library, so ignore the lock file
  13. Cargo.lock
  14. # Cache Directory
  15. .hash_cache/
  16. # Ignore sublime workspace files
  17. *.sublime-workspace