Replaced MANIFEST.SKIP with the file created by Module::Build and my local extensions.
This commit is contained in:
		| @@ -1,15 +1,86 @@ | |||||||
| ^blib/ |  | ||||||
| ^Makefile$ | #!start included /usr/share/perl/5.28/ExtUtils/MANIFEST.SKIP | ||||||
| ^Makefile\.old$ | # Avoid version control files. | ||||||
| ^Build$ | \bRCS\b | ||||||
| ^_build/ | \bCVS\b | ||||||
| ^MANIFEST\.bak$ | \bSCCS\b | ||||||
| ^MYMETA\.yml$ | ,v$ | ||||||
| ^MYMETA\.json$ | \B\.svn\b | ||||||
| ^SIGNATURE$ | \B\.git\b | ||||||
| ^pm_to_blib$ | \B\.gitignore\b | ||||||
| ^\.git/ | \b_darcs\b | ||||||
| ^\.gitignore$ | \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\. | ||||||
|  | #!end included /usr/share/perl/5.28/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 | ||||||
|  | \barclog-[\d\.\_]+ | ||||||
|  |  | ||||||
|  | # Local extensions | ||||||
| ^\.idea/ | ^\.idea/ | ||||||
| ^excludes/ | ^excludes/ | ||||||
| ^t/logs.*/ | ^t/logs.*/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user