joeylib2/.gitignore

47 lines
419 B
Text

# Build outputs
build/
*.o
*.obj
*.a
*.lib
*.exe
*.prg
*.tos
*.sys16
*.gs
*.bin
# Toolchain installations (everything fetched/built by install.sh)
toolchains/*
# Disk images
*.adf
*.hdf
*.st
*.2mg
*.po
*.img
*.dsk
# Editor / OS cruft
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.vscode/
.idea/
# Generated asset blobs (if running tools locally)
*.SUR
*.TIL
*.SPR
*.PAL
*.MAP
*.FNT
*.SND
*.ANI
# Crap I added
stuff/*
docs/*