]> code.bitgloo.com Git - clyne/u0-decibels.git/commitdiff
add gitignore
authorClyne Sullivan <clyne@bitgloo.com>
Thu, 30 Jan 2025 12:23:35 +0000 (07:23 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Thu, 30 Jan 2025 12:23:35 +0000 (07:23 -0500)
.gitignore [new file with mode: 0644]
Core/Src/.main.c.swp [deleted file]
Core/Src/.stm32u0xx_hal_msp.c.swp [deleted file]
Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..dd15195
--- /dev/null
@@ -0,0 +1,3 @@
+.mxproject
+.*.sw*
+build
diff --git a/Core/Src/.main.c.swp b/Core/Src/.main.c.swp
deleted file mode 100644 (file)
index f55a6c6..0000000
Binary files a/Core/Src/.main.c.swp and /dev/null differ
diff --git a/Core/Src/.stm32u0xx_hal_msp.c.swp b/Core/Src/.stm32u0xx_hal_msp.c.swp
deleted file mode 100644 (file)
index e2221e6..0000000
Binary files a/Core/Src/.stm32u0xx_hal_msp.c.swp and /dev/null differ
diff --git a/Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp b/Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp
deleted file mode 100644 (file)
index 8719929..0000000
Binary files a/Drivers/STM32U0xx_HAL_Driver/Inc/.stm32u0xx_hal_dma.h.swp and /dev/null differ