Files
VesiScan-Basic_Zephyr/.gitignore
T
2026-07-06 12:06:24 +09:00

52 lines
518 B
Plaintext

# Zephyr build outputs
build/
build_*/
twister-out/
.vscode/.west/
# West / Zephyr local metadata
.zephyr/
.cmake/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# Generated binaries / firmware images
*.hex
*.bin
*.elf
*.map
*.lst
*.uf2
*.zip
*.signed
*.merged.hex
# Logs
*.log
*.rtt
*.jlink
# Python / test cache
__pycache__/
*.pyc
.pytest_cache/
# Editor / OS
.vscode/ipch/
.vs/
.idea/
.DS_Store
Thumbs.db
# Local env / secrets
.env
*.pem
*.key
# Vim swap files
*.swp
*.swo
.*.swp
.*.swo