From 9259386f7517eac067d88acdb452e8de75cbc0dd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 1 Aug 2022 12:38:36 -0400 Subject: [PATCH] gitattributes: Add mpv scripts to vendored list This prevents the language statistics from showing up incorrectly. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 97f4f413..23d4ae45 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ .archlinux/PKGBUILDs/**/* linguist-vendored +mpv/.config/mpv/scripts/**/* linguist-vendored