From: Emil Velikov Date: Fri, 16 Aug 2024 13:22:12 +0000 (+0100) Subject: .codespellignore: add ignore file X-Git-Tag: v34~508 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5eb17773f2300368e8fe0a50e148bdcbb8d64af;p=thirdparty%2Fkmod.git .codespellignore: add ignore file The codespell tool miss-detects a few instances as typos. Namely: - tar caf -> it suggests calf ;-) - parm (module params) -> param Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/76 Signed-off-by: Lucas De Marchi --- diff --git a/.codespellignore b/.codespellignore new file mode 100644 index 00000000..8ca1ecbd --- /dev/null +++ b/.codespellignore @@ -0,0 +1,2 @@ +caf +parm