From 8992277ce8acf9aaf779c3248337ba1348fed6d6 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 22 Dec 2020 21:17:24 +0100 Subject: [PATCH] [ticket/16661] Exclude extension .git directory in executable check PHPBB3-16661 --- .github/ext-check-executable-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ext-check-executable-files.sh b/.github/ext-check-executable-files.sh index affcfa03cc..09db25d40b 100755 --- a/.github/ext-check-executable-files.sh +++ b/.github/ext-check-executable-files.sh @@ -18,7 +18,7 @@ path="${root}phpBB/ext/${extname}/" # The following variables MUST NOT contain any wildcard # Directories to skip -directories_skipped="-path ${path}develop -o -path ${path}vendor" +directories_skipped="-path ${path}develop -o -path ${path}vendor -o -path ${path}.git" # Files to skip files_skipped="-false"