[BACK]Return to MANIFEST.SKIP CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo

Annotation of todotxt/Text-Todo/MANIFEST.SKIP, Revision 1.2

1.1       andrew      1:
                      2: #!start included /usr/libdata/perl5/ExtUtils/MANIFEST.SKIP
                      3: # Avoid version control files.
                      4: \bRCS\b
                      5: \bCVS\b
                      6: \bSCCS\b
                      7: ,v$
                      8: \B\.svn\b
                      9: \B\.git\b
                     10: \B\.gitignore\b
                     11: \b_darcs\b
1.2     ! andrew     12: \b.cvsignore\b
1.1       andrew     13:
                     14: # Avoid Makemaker generated and utility files.
                     15: \bMANIFEST\.bak
                     16: \bMakefile$
                     17: \bblib/
                     18: \bMakeMaker-\d
                     19: \bpm_to_blib\.ts$
                     20: \bpm_to_blib$
                     21: \bblibdirs\.ts$         # 6.18 through 6.25 generated this
                     22:
                     23: # Avoid Module::Build generated and utility files.
                     24: \bBuild$
                     25: \b_build/
                     26:
                     27: # Avoid temp and backup files.
                     28: ~$
                     29: \.old$
                     30: \#$
                     31: \b\.#
                     32: \.bak$
                     33:
                     34: # Avoid Devel::Cover files.
                     35: \bcover_db\b
                     36: #!end included /usr/libdata/perl5/ExtUtils/MANIFEST.SKIP
                     37:
                     38:
                     39: # Avoid Module::Build generated and utility files.
                     40: \bBuild$
                     41: \bBuild.bat$
                     42: \b_build
                     43: \bBuild.COM$
                     44: \bBUILD.COM$
                     45: \bbuild.com$
                     46:
                     47: # Avoid archives of this distribution
                     48: \bText-Todo-[\d\.\_]+

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>