aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 68c9d3241bf2f5490ed04f1a92981aa775270eef (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/
**/.DS_Store