From bcb7ca5e9bd9b7926ae4e7f25f58f574588cb5e6 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Thu, 6 Jun 2024 11:41:38 +0200 Subject: [PATCH] Don't include raylib headers in language analysis --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4bf2b46 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Don't include raylib headers in language analysis +*.c linguist-vendored