SCKILL/.gitignore
ApacheThunder af08464f38 Add 32KB DLDI support.
* Add 32KB DLDI support.
2024-11-28 19:50:00 -06:00

56 lines
536 B
Plaintext

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# devkitARM/libnds/3DS compiled stuff
*.tmd
*.cia
*.cmd
*.nds
*.app
*.tmd
*.zip
*.arm7
*.arm9
*.elf
build
data
# Stuff used to build custom banner/misc other things that shouldn't be in repo.
*.dldi
*.zip
*.rar
# Stuff generated by Windows.
Thumbs.db
desktop.ini