Просмотр исходного кода

gitattributes: Do not export lint config files in source archives

Brad King 11 месяцев назад
Родитель
Сommit
00cfea965b
1 измененных файлов с 3 добавлено и 0 удалено
  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