30 lines
258 B
Plaintext
30 lines
258 B
Plaintext
# Build output
|
|
build/
|
|
*.o
|
|
*.d
|
|
*.elf
|
|
*.hex
|
|
*.bin
|
|
*.map
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Toolchain files
|
|
tools/gcc/
|
|
tools/stlink/
|
|
tools/openocd/
|
|
tools/jlink/
|
|
tools/cmake/
|
|
tools/python/
|
|
tools/makefile/
|
|
tools/ninja/
|