Chirp/.gitignore

14 lines
122 B
Plaintext
Raw Normal View History

# Rust files
/target
Cargo.lock
# Chip-8 test ROMs
/chip-8
# VS Code files
/.vscode
# Project's files
2023-03-25 21:58:05 +00:00
screen_dump.bin