Subject: | More entries for MANIFEST.SKIP |
The attached patch adds two new entries to the default MANIFEST.SKIP. It is against a CVS checkout from 2005-08-09 (v0.27_02).
\.rej$
These are patch rejection files, and represent an error case, not normal files.
\b\.DS_Store$
These are metadata files that the Mac OS X file browser leaves in many directories.
Index: lib/Module/Build/Base.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v
retrieving revision 1.472
diff -u -b -r1.472 Base.pm
--- lib/Module/Build/Base.pm 4 Aug 2005 06:47:34 -0000 1.472
+++ lib/Module/Build/Base.pm 9 Aug 2005 17:59:45 -0000
@@ -2432,6 +2432,8 @@
\.bak$
\#$
\b\.#
+\b\.DS_Store$
+\.rej$
EOF
$fh->close();