28 lines
451 B
Plaintext
28 lines
451 B
Plaintext
# Ignore everything at the top level except our own code and docs.
|
|
# Original game assets, cracks, extracted/extracted-derived binaries and
|
|
# generated reports are all regenerable (or not ours) and must not be tracked.
|
|
/*
|
|
!/tools
|
|
!/docs
|
|
!/.gitignore
|
|
!/README.md
|
|
|
|
# Belt-and-suspenders: never track game / crack / media / build artifacts
|
|
*.res
|
|
*.iso
|
|
*.avi
|
|
*.wav
|
|
*.mp3
|
|
*.tga
|
|
*.dds
|
|
*.png
|
|
*.bin
|
|
*.exe
|
|
*.dll
|
|
*.iso
|
|
/crack/
|
|
/original/
|
|
/png/
|
|
/report/
|
|
/patch/
|