17 lines
140 B
Text
17 lines
140 B
Text
# Junk files
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
._*
|
|
|
|
# Firmware files
|
|
*.hex
|
|
*.bin
|
|
*.uf2
|
|
|
|
# clangd
|
|
compile_commands.json
|
|
.clangd/
|
|
.cache/
|
|
.ccls-cache/
|