From 5ad0095b910a6c9777394894ccb09d7e60b011aa Mon Sep 17 00:00:00 2001 From: Marco Cadetg Date: Thu, 9 Oct 2025 20:10:06 +0200 Subject: [PATCH] feat: make rustnet rusty again --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..79f08d9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ignore the vmlinux.h header for GitHub language stats +vmlinux.h linguist-generated