28 lines
191 B
Plaintext
28 lines
191 B
Plaintext
# Build output
|
|
*.o
|
|
*.d
|
|
*.elf
|
|
*.hex
|
|
*.bin
|
|
*.map
|
|
*.lst
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# CubeMX / CubeIDE
|
|
*.launch
|
|
.settings/
|
|
Debug/
|
|
Release/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|