From 452c3108c6d71dd3e2e94abb99f2f6ec60cd293a Mon Sep 17 00:00:00 2001 From: Chip Hogg Date: Wed, 10 Jul 2024 12:17:41 -0400 Subject: [PATCH] Also cover CMakeLists.txt files --- .github/license-check/license-config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/license-check/license-config.json b/.github/license-check/license-config.json index be5cd7d4..4ecad8c5 100644 --- a/.github/license-check/license-config.json +++ b/.github/license-check/license-config.json @@ -6,6 +6,7 @@ "**/*.sh", "**/*.yml", "**/BUILD.bazel", + "**/CMakeLists.txt", "tools/bin/au-docs-serve", "tools/bin/buildifier", "tools/bin/clang-format", @@ -59,6 +60,9 @@ "third_party/**/*", "tools/bazel", "tools/bin/bazel" + ], + "exclude": [ + "**/CMakeLists.txt" ] } ]