File: MANIFEST.SKIP

package info (click to toggle)
libextutils-install-perl 1.50-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 288 kB
  • ctags: 192
  • sloc: perl: 3,154; makefile: 38
file content (32 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\b_darcs\b

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
\bMakefile$
\bblib\b
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\.gz$
\bblibdirs\.ts$         # 6.18 through 6.25 generated this

# Avoid Module::Build generated and utility files.
\bBuild$
\b_build\b

# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.tmp$

# Avoid Devel::Cover files.
\bcover_db\b