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

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

# clangd
compile_commands.json
.clangd/
.cache/
.ccls-cache/