From: Vincent Pit Date: Sat, 29 Nov 2008 16:45:19 +0000 (+0100) Subject: Ignore Debian_CPANTS.txt X-Git-Tag: v0.03~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=4a23bf50aa5fc5a284e12e270e9b50ba792681b8 Ignore Debian_CPANTS.txt --- diff --git a/.gitignore b/.gitignore index 31cded8..d6adfaa 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ cover_db *.gcda *.gcov *.gcno + +Debian_CPANTS.txt diff --git a/Makefile.PL b/Makefile.PL index f58f0ca..152179a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,5 +38,5 @@ WriteMakefile( . build_req, COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, - clean => { FILES => 'CPANPLUS-Dist-Gentoo-* *.gcov *.gcda *.gcno cover_db' }, + clean => { FILES => 'CPANPLUS-Dist-Gentoo-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt' }, );