Skip to content

Commit

Permalink
Update MANIFEST and add a real MANIFEST.SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Jan 20, 2010
1 parent dad02a9 commit e6ce47a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST
@@ -1,13 +1,16 @@
.perlcriticrc
.perltidyrc
Build.PL
Changes
inc/MyBuild.pm
lib/Test/Random.pm
MANIFEST This list of files
MANIFEST.SKIP
META.yml
t/control_rand.t
t/diag_seed_on_fail.t
t/diag_seed_on_plan_but_no_tests.t
t/no_plan_but_tests.t
t/no_tests_no_seed.t
t/note_seed_on_pass.t
t/rand_check.plx
META.yml
60 changes: 60 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,60 @@

#!start included /usr/local/lib/perl5/5.10.1/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\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
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$ # 6.18 through 6.25 generated this

# 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 and Devel::CoverX::Covered files.
\bcover_db\b
\bcovered\b

# Avoid MYMETA files
^MYMETA\.
#!end included /usr/local/lib/perl5/5.10.1/ExtUtils/MANIFEST.SKIP


0 comments on commit e6ce47a

Please sign in to comment.