dingusppc/.gitignore
Maxim Poliakovski 2f06623c62 Rewrite MPC106 emualation from scratch.
From now on, ppcmemory delegates physical address translation
to MPC106 on PowerMac Beige G3.
2019-08-21 23:55:21 +02:00

15 lines
166 B
Plaintext

# Ignore binary files
*.bin
# Ignore compiled object files
*.o
*.d
# Ignore generated executables
dingusppc
dingusppc.exe
# Ignore system files
.DS_Store
Thumb.db