Przeglądaj źródła

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).
Brad King 3 tygodni temu
rodzic
commit
93f5111ba7
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      .gitattributes
  2. 1 0
      Utilities/.gitattributes

+ 1 - 0
.gitattributes

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

+ 1 - 0
Utilities/.gitattributes

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