diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-05 20:57:10 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-05 20:57:10 +0200 |
commit | 4625b939aad3537bd130617944e01f5da693b23d (patch) | |
tree | 8cd4b9c94d9ca70b7386b369e16d81c659d01c6f /.gitignore | |
parent | 9c7f4e157f10aa58e4b78636a2f8556be4637a07 (diff) |
initial merge of qt client
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,9 +2,10 @@ copyright **/*.o stm32f091/main.elf stm32f091/main.bin -stm32f091/.cache +**/.cache **/compile_commands.json client/makefile client/client +client/moc_* .qmake.stash .vscode/.cortex-debug.registers.state.json |