aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 90d7960ca860bb978ffccae1968f8e8f4c5c707d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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_*

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