Skip to content

Commit

Permalink
update MANIFEST.SKIP to include what the include_default wanted to add
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Feb 22, 2021
1 parent ce0092b commit f3c62cf
Showing 1 changed file with 76 additions and 1 deletion.
77 changes: 76 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,4 +1,79 @@
#!include_default

#!start included /usr/share/perl/5.30/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
\b_eumm/ # 7.05_05 and above

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

# and Module::Build::Tiny generated files
\b_build_params$

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

# 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 prove files
\B\.prove$

# Avoid MYMETA files
^MYMETA\.

# Temp files for new META
^META_new\.(?:json|yml)

# Avoid travis-ci.org file
^\.travis\.yml

# Avoid AppVeyor file
^\.?appveyor.yml
#!end included /usr/share/perl/5.30/ExtUtils/MANIFEST.SKIP

^examples
^MANIFEST.SKIP$
^Test-Class-
Expand Down

0 comments on commit f3c62cf

Please sign in to comment.