diff --git a/config/presubmits.py b/config/presubmits.py index 265f40d82..fbab0c213 100644 --- a/config/presubmits.py +++ b/config/presubmits.py @@ -22,7 +22,7 @@ import sys import re # We should never analyze any generated files -UNIVERSALLY_SKIPPED_PATTERNS = {"/build/", "cloudbuild-caches", "/out/"} +UNIVERSALLY_SKIPPED_PATTERNS = {"/build/", "cloudbuild-caches", "/out/", ".git/"} # We can't rely on CI to have the Enum package installed so we do this instead. FORBIDDEN = 1 REQUIRED = 2