From 3d8b57ead6018e245a8920049307ff1ceca1ee49 Mon Sep 17 00:00:00 2001 From: tobid7 Date: Mon, 16 Mar 2026 20:28:30 +0100 Subject: [PATCH] add .gitattributes file --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fd85ac1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +include/pd/external/* linguist-vendored +backends/desktop/glad/* linguist-vendored \ No newline at end of file