From 2c8f625b3a60e4eadb567f85ae4ff736fb7e33cc Mon Sep 17 00:00:00 2001 From: sshaw Date: Thu, 1 Dec 2016 19:52:48 -0500 Subject: [PATCH] Add zip and gzip extensions to Perl.gitignore ExtUtils::MakeMaker based builds can generate .zip and .gz files --- Perl.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Perl.gitignore b/Perl.gitignore index ae2ad536..b43bb846 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -18,3 +18,6 @@ nytprof.out *.o *.bs /_eumm/ +# ExtUitls::MakeMaker +/*.zip +/*.gz