From 8c4a6a2e5e7b86fe9b5a7a0f8741d7c66b12b9a0 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Wed, 11 Sep 2024 22:17:30 -0400 Subject: [PATCH] Configure Linguist to ignore special node files, gzstream, and TinyXML --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..5fe3d1ae0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.spec -linguist-detectable +src/fileio/gzstream/ linguist-vendored +src/fileio/xml-parser/ linguist-vendored +src/fileio/xml-parser/tinyprint.* -linguist-vendored