aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5b91ddc21019bff6fbea256a7c59fd610d8024d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# blob
**/*.o
**/.cache
**/compile_commands.json

# stm32-specific files
stm32f091/main.elf
stm32f091/main.bin
stm32f091/wifi.h

# client-specific files
client/makefile
client/client
client/moc_*
**/.user

# others
shared/main
.qmake.stash
.vscode/.cortex-debug.registers.state.json
copyright
temp/