gitattributes: Do not export lint config files in source archives

This commit is contained in:
Brad King 2025-01-24 09:54:30 -05:00
parent 0fca814d00
commit 00cfea965b

3
.gitattributes vendored
View File

@ -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