diff --git a/.gitignore b/.gitignore
index 8a53fe5..f453cb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,18 @@
*.su
*.idb
*.pdb
+*.dbgconf
+*.uvguix.lenovo
+*.uvoptx
+*.uvprojx
+*.build_log.htm
+*.htm
+*.map
+*.lnp
+*.sct
+*.crf
+*.lst
+
# Kernel Module Compile Results
*.mod*
diff --git a/STM32CubeIDE/.project b/STM32CubeIDE/.project
index 58a294f..1e220c7 100644
--- a/STM32CubeIDE/.project
+++ b/STM32CubeIDE/.project
@@ -417,6 +417,16 @@
1
copy_PARENT/Core/Src/dma.c
+
+ Application/User/Core/example_multiple_service_usage.c
+ 1
+ PARENT-1-PROJECT_LOC/Core/Src/example_multiple_service_usage.c
+
+
+ Application/User/Core/example_service_sparse.c
+ 1
+ PARENT-1-PROJECT_LOC/Core/Src/example_service_sparse.c
+
Application/User/Core/flash_if.c
1
diff --git a/STM32CubeIDE/Debug/objects.list b/STM32CubeIDE/Debug/objects.list
index da4bc1a..1588ae5 100644
--- a/STM32CubeIDE/Debug/objects.list
+++ b/STM32CubeIDE/Debug/objects.list
@@ -5,9 +5,14 @@
"./Application/User/Core/adc_if.o"
"./Application/User/Core/cmox_low_level.o"
"./Application/User/Core/dma.o"
+"./Application/User/Core/example_service_sparse.o"
"./Application/User/Core/flash_if.o"
"./Application/User/Core/gpio.o"
"./Application/User/Core/main.o"
+"./Application/User/Core/ref_app_parking.o"
+"./Application/User/Core/ref_app_smart_presence.o"
+"./Application/User/Core/ref_app_tank_level.o"
+"./Application/User/Core/ref_app_wave_to_exit.o"
"./Application/User/Core/rtc.o"
"./Application/User/Core/spi.o"
"./Application/User/Core/stm32_lpm_if.o"