From: Vincent Pit Date: Mon, 13 Oct 2008 13:09:48 +0000 (+0200) Subject: Get rid of Debian_CPANTS.txt X-Git-Tag: v0.07_01~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=a3c952f2d86cb310202be55a5fa7ea9bfc18f069 Get rid of Debian_CPANTS.txt --- diff --git a/.gitignore b/.gitignore index 798fa5c..5206cf4 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 f1d1637..57df486 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,5 +34,5 @@ WriteMakefile( . build_req, COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, - clean => { FILES => 'indirect-* *.gcov *.gcda *.gcno cover_db' }, + clean => { FILES => 'indirect-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt' }, );