summaryrefslogtreecommitdiff
path: root/Meta/lint-clang-format.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Meta/lint-clang-format.sh')
-rwxr-xr-xMeta/lint-clang-format.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh
index f7b2b0f840..0024b621af 100755
--- a/Meta/lint-clang-format.sh
+++ b/Meta/lint-clang-format.sh
@@ -13,7 +13,8 @@ if [ "$#" -eq "1" ]; then
':!:Base' \
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/*' \
- ':!:Userland/Libraries/LibCpp/Tests/parser/*'
+ ':!:Userland/Libraries/LibCpp/Tests/parser/*' \
+ ':!:Userland/Libraries/LibCpp/Tests/preprocessor/*'
)
else
files=()