gitattributes: Do not export ast-grep infrastructure in source archives

Exclude infrastructure added by commit 61743471d9 (ast-grep: add a rule
to find adjacent string literals in cmStrCat calls, 2025-05-15,
v4.1.0-rc1~122^2~3).
This commit is contained in:
Brad King
2025-12-10 14:20:59 -05:00
parent 892fad3d23
commit 93f5111ba7
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6,6 +6,7 @@
.editorconfig export-ignore
.pre-commit-config.yaml export-ignore
.typos.toml export-ignore
sgconfig.yml 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

View File

@@ -1,3 +1,4 @@
/ast-grep export-ignore
/Git export-ignore
/GitSetup export-ignore
SetupForDevelopment.sh export-ignore