From 992faf9f288531a5fe401825375dd1be050dd202 Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Tue, 18 Jun 2024 20:14:46 -0400 Subject: [PATCH] final ignore fix --- Core/.clang-format-ignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/.clang-format-ignore b/Core/.clang-format-ignore index a6f0594..c00f84f 100644 --- a/Core/.clang-format-ignore +++ b/Core/.clang-format-ignore @@ -1,4 +1,5 @@ ./*/stm32* ./*/sys* ./*/FreeRTOS* -./*/freertos* \ No newline at end of file +./*/freertos* +./*/main* \ No newline at end of file