From 80dfd780db9ea81ce67c899f9ca424f776dacb30 Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 15 Nov 2025 14:53:18 +0100 Subject: [PATCH] gitattributes: remap patches to c++ (#464) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..83a478f8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.patch linguist-language=C++