Skip to content

Commit

Permalink
Merge pull request #61 from OpenGuides/60_add_manifest_skip
Browse files Browse the repository at this point in the history
add MANIFEST.SKIP
  • Loading branch information
rjw1 committed Jun 22, 2013
2 parents 25ab32d + 5ab3cae commit 17bd0dc
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,93 @@

#!start included /usr/share/perl/5.14/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/share/perl/5.14/ExtUtils/MANIFEST.SKIP

# Avoid configuration metadata file
^MYMETA\.

# Avoid Module::Build generated and utility files.
\bBuild$
\bBuild.bat$
\b_build
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$
^MANIFEST\.SKIP

# Avoid archives of this distribution
\bOpenGuides-[\d\.\_]+

# Avoid files for Vagrant
\bpuppet\b
\bVagrantfile$
^README\.VAGRANT\.md$

# Avoid travis configuration file
^\.travis\.yml$

# Avoid wiki.conf
^wiki\.conf$

# Avoid a lib we dont distribute.
^lib/OpenGuides/UK/PubCrawl\.pm$

# Avoid test debris
^t/templates/tmp
^t/node\.db$
^t/indexes\b

0 comments on commit 17bd0dc

Please sign in to comment.