File: MANIFEST.SKIP

package info (click to toggle)
libclass-accessor-grouped-perl 0.09003-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 276 kB
  • ctags: 168
  • sloc: perl: 2,206; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 447 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
33
34
35
36
37
38
39
40
# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
,B$
,D$
\B\.svn\b
aegis.log$
\bconfig$
\bbuild$
\.DS_Store$
\.git


# Avoid Makemaker generated and utility files.
\bMakefile$
\bblib
\bMakeMaker-\d
\bpm_to_blib$
\bblibdirs$

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

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

# Avoid author test files.
\bpod-spelling.t$