mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
52 lines
441 B
Plaintext
52 lines
441 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
|
|
*.bin
|
|
*.tmd
|
|
*.cia
|
|
*.cmd
|
|
*.nds
|
|
*.app
|
|
*.arm7
|
|
*.arm9
|
|
*.elf
|
|
build
|
|
data
|
|
title
|
|
|
|
# Stuff generated by Windows.
|
|
*.cmd
|
|
Thumbs.db
|
|
desktop.ini
|