From: Eisuke Kawashima Date: Wed, 11 Mar 2026 19:21:39 +0000 (+0000) Subject: gitattributes: mark dump files as linguist-generated X-Git-Tag: v9.2.0138~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1429277f0aa74e6ac733df981edb1afc53a8d712;p=thirdparty%2Fvim.git gitattributes: mark dump files as linguist-generated closes: #19635 Signed-off-by: Eisuke Kawashima Signed-off-by: Christian Brabandt --- diff --git a/.gitattributes b/.gitattributes index 695eaaa6d6..8e1788a752 100644 --- a/.gitattributes +++ b/.gitattributes @@ -38,5 +38,6 @@ src/po/vim.pot diff=ignore_vim_pot # # https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github src/po/vim.pot linguist-generated=true +*.dump linguist-generated=true runtime/syntax/testdir/input/vim_ex_help.vim -text diff linguist-language=vim linguist-detectable=true