aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 800a4e2c0954886e86f38ae1a0d88ba8d69962a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Junk files
*.bak
*.swp
*~
.DS_Store
._*

# Firmware files
*.hex
*.bin
*.uf2

# clangd
compile_commands.json
.clangd/
.cache/