Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Updated manifest skip
Browse files Browse the repository at this point in the history
  • Loading branch information
kduyvesteyn committed Dec 11, 2018
1 parent 96150ef commit a457cd5
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,4 +1,62 @@
#!include_default

#!start included /System/Library/Perl/5.18/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 /System/Library/Perl/5.18/ExtUtils/MANIFEST.SKIP

# Avoid configuration metadata file
^MYMETA\.

Expand Down

0 comments on commit a457cd5

Please sign in to comment.