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.

15 lines
112 B

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