]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Ignore Debian_CPANTS.txt
authorVincent Pit <vince@profvince.com>
Sat, 29 Nov 2008 16:45:19 +0000 (17:45 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 29 Nov 2008 16:45:19 +0000 (17:45 +0100)
.gitignore
Makefile.PL

index 31cded845b6c9ee6bb994f3daadfd6bb7217c259..d6adfaa099d0a4e420121af9554ef7fdbde225e0 100644 (file)
@@ -21,3 +21,5 @@ cover_db
 *.gcda
 *.gcov
 *.gcno
+
+Debian_CPANTS.txt
index f58f0ca48e4d19f717e74b5d59cf4100ffbd0372..152179acf00e3ab975be345aba4fdc2a41cda5fd 100644 (file)
@@ -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' },
 );