From 069baa121979e57250e214860338ea9f92901abc Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Tue, 18 Jun 2024 20:13:58 -0400 Subject: [PATCH] try new ignore --- Core/.clang-format-ignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/.clang-format-ignore b/Core/.clang-format-ignore index fab9147..a6f0594 100644 --- a/Core/.clang-format-ignore +++ b/Core/.clang-format-ignore @@ -1,4 +1,4 @@ -FreeRTOS* -stm32* -sys* -./Startup/* \ No newline at end of file +./*/stm32* +./*/sys* +./*/FreeRTOS* +./*/freertos* \ No newline at end of file