From e7c900d4644c961082452f79372e032360c328e1 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 17 Jan 2019 20:40:54 +0100 Subject: [PATCH] Prevent github to think we have perl6 code Related progress issue: https://progress.opensuse.org/issues/12802 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..6398f8e7d61 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.pm linguist-language=Perl +*.t linguist-language=Perl +*.pl linguist-language=Perl