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.

14 lines
101 B

5 years ago
5 years ago
  1. # Rust files
  2. /.cargo
  3. /target
  4. **/*.rs.bk
  5. # Backup files
  6. *~
  7. \#*
  8. .\#*
  9. *.swp
  10. # Test files
  11. /test
  12. test.*