sh-dis/.gitignore
Zack Buhman b6c629baad initial SH4 emulator implementation in C
This currently only implements the SH2 instructions.
2024-04-21 20:54:32 +08:00

7 lines
44 B
Plaintext

__pycache__
*.o
*.elf
*.bin
*.pyc
*.d
c/main