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