From: Vincent Pit Date: Wed, 20 Aug 2008 14:21:21 +0000 (+0200) Subject: Ignore Debian_CPANTS.txt X-Git-Tag: v0.03~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=bfcd61dfda99b54964f4b2691984475c307945d1 Ignore Debian_CPANTS.txt --- diff --git a/.gitignore b/.gitignore index 62dad50..2608acd 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 a4f5746..19f366a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,5 +36,5 @@ WriteMakefile( . build_req, COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, - clean => { FILES => 'B-RecDeparse-* *.gcov *.gcda *.gcno cover_db' } + clean => { FILES => 'B-RecDeparse-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt' } );