PHF000-Firmware/.gitignore

67 lines
638 B
Plaintext

# Build directories
build/
build-*/
_build*/
cmake-build-*/
# Sysbuild / child images
_child_image/
modules/
mcuboot/
zephyr/
# Object and binary files
*.o
*.a
*.so
*.d
*.elf
*.bin
*.hex
*.map
*.lst
*.out
# Firmware update artifacts
*.zip
*.log
*.signed
*.update
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CTestTestfile.cmake
Makefile
# Zephyr generated files
zephyr/
modules/
*.config
*.conf.old
include/generated/
# IDE/editor files
.idea/
*.swp
*.swo
*.user
*.workspace
*.project
*.cproject
# Python cache
__pycache__/
*.pyc
# Backup / temp files
*~
*.bak
*.orig
# OS-specific
.DS_Store
Thumbs.db