From 00acdbc6fd5aa1635cf0a6dfa8a4c44e9b75e09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 26 Apr 2018 07:50:56 +0000 Subject: .gitattributes: add *.pl extension for Perl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the list of Perl extensions added in 00ddc9d13c ("Fix build with core.autocrlf=true", 2017-05-09) to also include *.pl, we have some of those in the tree, e.g. in t/. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 8ce9c6b888..482af05a6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ *.[ch] whitespace=indent,trail,space diff=cpp *.sh whitespace=indent,trail,space eol=lf *.perl eol=lf +*.pl eof=lf *.pm eol=lf /Documentation/git-*.txt eol=lf /command-list.txt eol=lf -- cgit v1.2.3