]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/commitdiff
Get rid of Debian_CPANTS.txt
authorVincent Pit <vince@profvince.com>
Sat, 7 Feb 2009 20:44:03 +0000 (21:44 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 7 Feb 2009 20:44:03 +0000 (21:44 +0100)
.gitignore
Makefile.PL

index 71cf98810408a1e0aedebf78b79c11b3374be87b..7bc251771eb3eea8044a84f06f7cc29c486dbf2c 100644 (file)
@@ -21,3 +21,5 @@ cover_db
 *.gcda
 *.gcov
 *.gcno
+
+Debian_CPANTS.txt
index 5ae1d12e48ebabf5947f666bce8720391bf85fc8..24a9166ec5259710635ccc0d65d73cc8d25257cd 100644 (file)
@@ -40,6 +40,6 @@ WriteMakefile(
         COMPRESS => 'gzip -9f', SUFFIX => 'gz',
     },
     clean            => {
-        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db"
+        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
     },
 );