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.

24 lines
268 B

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