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
104 B

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