From 2ef8753514e1b613fd59df40211ef78570a7ab8d Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Wed, 17 May 2023 15:18:12 +0200
Subject: [PATCH] Exclude in format script external repositories

---
 scripts/run-format.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/run-format.sh b/scripts/run-format.sh
index 29341cb..c193219 100755
--- a/scripts/run-format.sh
+++ b/scripts/run-format.sh
@@ -10,7 +10,7 @@ SOURCE_DIR=$(dirname "$0")/..
 
 #Directories that must be excluded from formatting. These paths are
 #relative to SOURCE_DIR.
-EXCLUDE_DIRS=(external build CMake)
+EXCLUDE_DIRS=(external build CMake arduino/PowerSensor arduino/PowerSensor3)
 
 #The patterns of the C++ source files, which clang-format should format.
 CXX_SOURCES=(*.cpp *.h)
-- 
GitLab