From aa42ba1ac81a105be0a405a0401094a96d99003d Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 20 Feb 2025 09:03:42 -0500 Subject: [PATCH] gitattributes: Do not export pre-commit config file in source archives Exclude the file added by commit de59765336 (pre-commit: Add an initial configuration file, 2025-01-04, v4.0.0-rc1~118^2~11). --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8151ec8b95..0e7ab060a3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ .clang-tidy export-ignore .codespellrc export-ignore .editorconfig export-ignore +.pre-commit-config.yaml export-ignore .typos.toml export-ignore # Custom attribute to mark sources as using our C code style.