.gitattributes: add *.pl extension for Perl

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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Apr 26, 2018 at 07:50 UTC 00acdbc6fd5aa1635cf0a6dfa8a4c44e9b75e09e
1 file changed +1
.gitattributes
+1
@@ -2,6 +2,7 @@
2 *.[ch] whitespace=indent,trail,space diff=cpp
3 *.sh whitespace=indent,trail,space eol=lf
4 *.perl eol=lf
5 +*.pl eof=lf
6 *.pm eol=lf
7 /Documentation/git-*.txt eol=lf
8 /command-list.txt eol=lf