diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 07:23:35 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 07:23:35 -0500 |
commit | 6c4c5c656b7fc0ea55df4e6f107722c5879345ab (patch) | |
tree | b6239290e1d868ddb8dfe8ff12a9a9a0e7f8e85f | |
parent | 5b81bc8ccbd342b8566d88fc9f17a73aec03b5b6 (diff) |
add gitignore
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Core/Src/.main.c.swp | bin | 40960 -> 0 bytes | |||
-rw-r--r-- | Core/Src/.stm32u0xx_hal_msp.c.swp | bin | 20480 -> 0 bytes | |||
-rw-r--r-- | Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp | bin | 16384 -> 0 bytes |
4 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd15195 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.mxproject +.*.sw* +build diff --git a/Core/Src/.main.c.swp b/Core/Src/.main.c.swp Binary files differdeleted file mode 100644 index f55a6c6..0000000 --- a/Core/Src/.main.c.swp +++ /dev/null diff --git a/Core/Src/.stm32u0xx_hal_msp.c.swp b/Core/Src/.stm32u0xx_hal_msp.c.swp Binary files differdeleted file mode 100644 index e2221e6..0000000 --- a/Core/Src/.stm32u0xx_hal_msp.c.swp +++ /dev/null diff --git a/Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp b/Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp Binary files differdeleted file mode 100644 index 8719929..0000000 --- a/Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp +++ /dev/null |