1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 13:33:25 +01:00
nxdumptool/.gitignore
Pablo Curiel 0e17edace1 host: improve Windows EXE build generation
A virtual environment is now created and used to generate the EXE build, which helps to keep its size down to ~10 MiB.
2023-06-04 20:45:17 +02:00

25 lines
273 B
Plaintext

.vscode
build
host/__pycache__
host/installer
host/build
host/dist
host/nxdumptool
*.elf
*.nacp
*.nro
*.nso
*.map
*.pfs0
*.lst
*.tar.bz2
*.7z
*.log
*.spec
*.exe
*.code-workspace
# TODO: remove this after the PoC builds are no longer needed.
main.cpp
/code_templates/tmp/*