From 7353660ebe3bbff300b84143e062b39fe4d2ba7d Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Mon, 4 Aug 2025 11:47:09 +0200 Subject: [PATCH] Mark libnsgif directory as vendored --- .gitattributes | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2be92952cd..ac9cdcf890 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,18 @@ -# Shell scripts sources can't have CRLF line endings -*.sh eol=lf +# Shell scripts can't have CRLF line endings +*.sh eol=lf -# Ignore repository language statistics and hide diffs for generated files -libvips/colour/profiles.c linguist-generated=true +# Excluded from stats, hidden in diffs +libvips/colour/profiles.c linguist-generated + +# Excluded from stats +libvips/foreign/libnsgif/* linguist-vendored # Omit from release tarball -.clang-format export-ignore -.codespellrc export-ignore -.editorconfig export-ignore -.git-blame-ignore-revs export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.gitkeep export-ignore -.github/ export-ignore +.clang-format export-ignore +.codespellrc export-ignore +.editorconfig export-ignore +.git-blame-ignore-revs export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitkeep export-ignore +.github/ export-ignore