aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index aba4463..18c2616 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,21 @@
-copyright
+# blob
**/*.o
-stm32f091/main.elf
-stm32f091/main.bin
**/.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
+