From 88d0a59c25eaf6988f3ab439ece8fd3d3baf70a5 Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Wed, 8 Oct 2025 20:08:29 +0200 Subject: [PATCH] `.gitattributes`: *.inc recognized as Pawn Prevent that from happening in GH language stats. It seems only `Math-BigInt` tests use `*.inc` for Perl code https://github.com/search?q=repo%3APerl%2Fperl5%20path%3A*.inc&type=code --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5d75af9f3aba..93f3f49a916c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,3 +26,5 @@ warnings.h linguist-generated *.t linguist-language=Perl *.h linguist-language=C *.fnc linguist-language=Text +*.inc linguist-language=C +cpan/Math-BigInt/t/*.inc linguist-language=Perl