Skip to content

Commit

Permalink
Update the MANIFEST.SKIP defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Sep 25, 2011
1 parent 0693b33 commit dcfdf7b
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#!start included /usr/local/lib/perl5/5.10.1/ExtUtils/MANIFEST.SKIP
#!start included /Users/schwern/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
Expand All @@ -9,6 +9,12 @@
\B\.git\b
\B\.gitignore\b
\b_darcs\b
\B\.cvsignore$

# Avoid VMS specific MakeMaker generated files
\bDescrip.MMS$
\bDESCRIP.MMS$
\bdescrip.mms$

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
Expand All @@ -22,16 +28,32 @@
# Avoid Module::Build generated and utility files.
\bBuild$
\b_build/
\bBuild.bat$
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$

# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.tmp$
\.#
\.rej$

# Avoid OS-specific files/dirs
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._

# Avoid Devel::Cover files.
# Avoid Devel::Cover and Devel::CoverX::Covered files.
\bcover_db\b
#!end included /usr/local/lib/perl5/5.10.1/ExtUtils/MANIFEST.SKIP
\bcovered\b

# Avoid MYMETA files
^MYMETA\.
#!end included /Users/schwern/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/ExtUtils/MANIFEST.SKIP

^MYMETA.yml$

0 comments on commit dcfdf7b

Please sign in to comment.