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).
This commit is contained in:
Brad King 2025-02-20 09:03:42 -05:00
parent 4b5b172a65
commit aa42ba1ac8

1
.gitattributes vendored
View File

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