CS110L-Lab/week5/.gitignore
2020-10-07 15:58:20 -07:00

14 lines
149 B
Plaintext

# Vim swap files
.*.swp
# Mac
.DS_Store
# Rust build artifacts
/*/target/
/*/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk