Browse Source

Merge topic 'rel-src-cleanup'

00cfea965b gitattributes: Do not export lint config files in source archives

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10229
Brad King 9 months ago
parent
commit
8eff0d3351
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

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