Files
NeoECU-Firmware/STM32/.gitignore
2026-06-02 14:57:17 +02:00

36 lines
434 B
Plaintext

# ========================
# Build outputs
# ========================
build/
**/build/
*.elf
*.bin
*.hex
*.map
*.o
*.a
*.d
# ========================
# CMake
# ========================
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# ========================
# IDE / Editor
# ========================
.vscode/
.idea/
*.swp
*.log
# ========================
# OS
# ========================
.DS_Store
Thumbs.db