sh-dis/.gitignore
Zack Buhman 8a300ba4c6 initial SH4 emulator implementation in C
This currently only implements the SH2 instructions.
2024-04-22 20:53:36 +08:00

7 lines
44 B
Plaintext

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