change gitignore

This commit is contained in:
Johnny Hsu 2024-11-03 15:00:14 +01:00
parent 5a9391a692
commit 3117f795f6

10
.gitignore vendored
View File

@ -2,13 +2,13 @@
Manual/* Manual/*
Datenblätter/* Datenblätter/*
/.vscode/ **/.vscode/
/build/ **/build/
/Debug **/Debug
/.cache/ **/.cache/
compile_commands.json compile_commands.json
STM32Make.make STM32Make.make
/.metadata/ **/.metadata/
openocd.cfg openocd.cfg
Simulation/* Simulation/*