From b1f976cfeadaf0ac2d99789925167eafcade0352 Mon Sep 17 00:00:00 2001 From: elenapan Date: Fri, 8 Aug 2025 14:40:20 +0300 Subject: [PATCH] github-linguist: Ignore generated GTK themes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..836db0b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ignore generated GTK themes +misc/gtk/** linguist-generated