Merge topic 'export-ignore-ast-grep' into release-4.1

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

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11499
This commit is contained in:
Brad King
2025-12-11 09:38:59 -05:00
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