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

index 235f48dafefedd2a846e443baa243144e5cae026..169cde75c13b95e185cbc32d8e6dac549d673488 100644 (file)
@@ -21,3 +21,5 @@ cover_db
 *.gcda
 *.gcov
 *.gcno
+
+Debian_CPANTS.txt
index 13cdfd5013221638f2bb70d8366aadc3ba6ae66a..fb9e42dc1d92d291d3a8c0cd731bebe8b2be8a7b 100644 (file)
@@ -64,6 +64,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"
     },
 );