From 4d457804a22ecc19f84cb48d11ee1c925e03982c Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sun, 15 Sep 2024 23:29:05 -0400 Subject: [PATCH] Update .gitattributes Apparently assigning an attribute to a directory does not work, so add double-star wildcards. I'm not sure if it's necessary for *.spec but I added it there too, just in case. --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5fe3d1ae..26bcb5a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -*.spec -linguist-detectable -src/fileio/gzstream/ linguist-vendored -src/fileio/xml-parser/ linguist-vendored +**/*.spec -linguist-detectable +src/fileio/gzstream/** linguist-vendored +src/fileio/xml-parser/** linguist-vendored src/fileio/xml-parser/tinyprint.* -linguist-vendored