Skip to content

Commit

Permalink
Added MANIFEST.SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed Nov 18, 2020
1 parent 4a1593e commit 3690057
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,79 @@

#!start included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\B\.github\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$
\.yml$
\.swp$

# 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/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP

\.travis\.yml
\.appveyor\.yml
\.releaserc
\.lwpcookies
Geo-.*
conf/GSLAL032003003

# Downloaded databases
\bdatabases/*.txt$
\.zip$
\.db$
\.sql$
\.csv\.gz$
\bcodes.txt
\bcounties.txt
\bstates.txt
\ballCountries.txt

0 comments on commit 3690057

Please sign in to comment.