Files
LED_AC/.gitignore
T
achamaikin 858a97da01 Track firmware output files in repository.
Allow and version Debug ELF/HEX artifacts while keeping other build outputs ignored.

Made-with: Cursor
2026-04-21 14:12:27 +03:00

13 lines
133 B
Plaintext

.DS_Store
# STM32CubeIDE build artifacts
Debug/*
!Debug/*.elf
!Debug/*.hex
Release/
# Tool-generated caches/temp
*.log
*.tmp
*.bak