mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-28 00:30:37 +00:00
44 lines
476 B
Plaintext
44 lines
476 B
Plaintext
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
.DS_Store
|
|
|
|
# Text editor remnants
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
CMakeLists.txt
|
|
cmake-build-debug
|
|
venv/
|
|
|
|
# Project-specific ignores
|
|
*.z64
|
|
*.bin
|
|
*.elf
|
|
archive/
|
|
build/
|
|
baserom/
|
|
decomp/
|
|
asm/
|
|
expected/
|
|
nonmatchings/
|
|
|
|
# Tool artifacts
|
|
tools/ido5.3_compiler/
|
|
tools/ido7.1_compiler/
|
|
tools/qemu-mips
|
|
tools/ido_recomp/* binary
|
|
|
|
# Assets
|
|
*.rgba32.png
|
|
*.rgb5a1.png
|
|
*.i4.png
|
|
*.i8.png
|
|
*.ia4.png
|
|
*.ia8.png
|
|
*.ci4.png
|
|
*.ci8.png
|
|
|
|
# Per-user configuration
|
|
.python-version
|