Files
NXST/.gitignore
T
DragonSpirit 898e127c1d
CI / Build NRO (push) Successful in 30s
CI / Format check (push) Failing after 33s
CI / Layering check (push) Successful in 1s
another stage of refactoring
2026-05-13 09:47:19 +03:00

54 lines
459 B
Plaintext

.DS_Store
.serena
.idea/
# 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
# Switch build artifacts
*.nro
*.nso
*.pfs0
*.nacp
*.elf
*.lst
*.map
# CMake
build/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
.cache/