From 00cfea965b57d1d1f71baab9baed4f2a775ffb16 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 24 Jan 2025 09:54:30 -0500 Subject: gitattributes: Do not export lint config files in source archives --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7aac159..81e7e40 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,10 @@ .git* export-ignore .hooks* export-ignore +.clang-format export-ignore +.clang-tidy export-ignore .codespellrc export-ignore .editorconfig export-ignore +.typos.toml export-ignore # Custom attribute to mark sources as using our C code style. [attr]our-c-style whitespace=tab-in-indent format.clang-format=18 -- cgit v0.12