mirror of
https://github.com/PretendoNetwork/nimbus.git
synced 2025-04-02 11:02:06 -04:00
51 lines
437 B
Text
51 lines
437 B
Text
# 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
|
|
|
|
# 3ds
|
|
*.elf
|
|
*.cia
|
|
*.3dsx
|
|
*.smdh
|
|
*.t3x
|
|
*.bin
|
|
*.ips
|
|
build
|
|
out
|
|
luma
|
|
target
|
|
|
|
# region file from script to say what region of code.bin you have
|
|
*.region
|
|
|
|
# VSCode
|
|
.vscode
|