]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commitdiff
Ignore Debian_CPANTS.txt
authorVincent Pit <vince@profvince.com>
Mon, 26 Jan 2009 01:03:48 +0000 (02:03 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 26 Jan 2009 01:03:48 +0000 (02:03 +0100)
.gitignore
Makefile.PL

index e4a660e4c84b044b988ca1312e5d69251bb80ae0..8afc013477fb4e99c72bc5ed3e05f3a563541bf9 100644 (file)
@@ -21,3 +21,5 @@ cover_db
 *.gcda
 *.gcov
 *.gcno
 *.gcda
 *.gcov
 *.gcno
+
+Debian_CPANTS.txt
index eaac8284fa7500336d8bb553e03aec0c7ec14905..db3a3d9c4697f8ad3ae979249e38eaefe192ac77 100644 (file)
@@ -94,7 +94,7 @@ WriteMakefile(
                       . build_req,
         COMPRESS   => 'gzip -9f', SUFFIX => 'gz'
     },
                       . build_req,
         COMPRESS   => 'gzip -9f', SUFFIX => 'gz'
     },
-    clean         => { FILES => 'Scalar-Vec-Util-* *.gcov *.gcda *.gcno cover_db' },
+    clean         => { FILES => 'Scalar-Vec-Util-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt' },
 );
 
 1;
 );
 
 1;