nrioSaveTester/.gitignore
ApacheThunder 86f5dab921 Initial Commit
* Initial read/write test of SRAM implemented.
2024-08-21 13:28:49 -05:00

55 lines
530 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
# Stuff generated by Windows.
Thumbs.db
desktop.ini