From d8b02824f380f28277fb7107b2380b2831f55c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Wed, 7 Sep 2022 13:15:34 +0200 Subject: [PATCH] Update gitattributes The contents of extras and lib/plugin folders should not be marked as linguist-vendored since they include only my own code made for Clapper. Lets include them in git stats. --- .gitattributes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9611fd1b..25556d74 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ -extras/**/* linguist-vendored -lib/**/* linguist-vendored -lib/**/**/* linguist-vendored +lib/gst/clapper/* linguist-vendored lib/gst/clapper/gstclapper-mpris* linguist-vendored=false lib/gst/clapper/gtk4/* linguist-vendored=false