ferretro/.gitignore

34 lines
246 B
Plaintext
Raw Normal View History

# build artifacts
2019-11-04 09:14:16 +01:00
/target
**/*.rs.bk
/Cargo.lock
# editors
/.idea
/.vscode
# cores
*.so
*.dll
*.dylib
# roms
*.gb
*.bin
*.sfc
*.z64
# save states
*.state*
# media
*.mp4
*.ogv
*.flv
*.flac
# scratch data
/scratch
# desktop.ini.mac
.DS_Store