nxdumptool/.gitignore
Sheldon10095 d0b7c65e99
host: add macOS support
Update USB initialization to explicitly check a few common libusb locations on macOS (both Intel and Apple Silicon) and prompt the user to install libusb via Homebrew if not found.
2025-03-10 21:21:11 +01:00

26 lines
285 B
Text

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