14 lines
101 B

# Rust files
/.cargo
/target
**/*.rs.bk
# Backup files
*~
\#*
.\#*
*.swp
# Test files
/test
test.*