diff --git a/.gitignore b/.gitignore index 1569322..7a40ebb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -Debug +Debug/ Elektronische_Last Debug.launch .settings/ -Core/Inc/main.h -Core/Inc/stm32g0xx_it.h -Core/Src/ -Core/Startup/ \ No newline at end of file +Core/ \ No newline at end of file diff --git a/Core/Inc/stm32_assert.h b/Source/stm32_assert.h similarity index 100% rename from Core/Inc/stm32_assert.h rename to Source/stm32_assert.h