23 lines
199 B
Plaintext
23 lines
199 B
Plaintext
.build
|
|
.mbed
|
|
projectfiles
|
|
*.py*
|
|
|
|
# Local build directories
|
|
cmake_build/
|
|
BUILD/
|
|
mbed-os/
|
|
.mbed/
|
|
.mbedignore
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
|
|
# IDE and temporary files
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
*.pyc
|
|
__pycache__/
|