From 1c7762ea3bcb0ceb688daa1e3c66c987dafdb2eb Mon Sep 17 00:00:00 2001 From: Vajda Ervin-Oliver <133162784+Dr20Ervin@users.noreply.github.com> Date: Wed, 20 May 2026 13:48:51 +0300 Subject: [PATCH] Update .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c42..681a9d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,10 @@ # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto +# Mark specific Raylib files as vendored to exclude from language stats +include/raylib.h linguist-vendored +include/raymath.h linguist-vendored +include/rlgl.h linguist-vendored ############################################################################### # Set default behavior for command prompt diff.