File: MANIFEST.SKIP

package info (click to toggle)
libdatetime-locale-perl 1%3A0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 7,816 kB
  • ctags: 8,274
  • sloc: xml: 22,344; perl: 1,565; makefile: 9
file content (51 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
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
41
42
43
44
45
46
47
48
49
50
51
# Avoid version control files.
^RCS
^CVS
,v$
\.svn.*
^\.hg
^\.git

# Avoid Makemaker generated and utility files.
^Makefile$
^blib
^MakeMaker-\d
^pm_to_blib$
^blibdirs$
^MANIFEST\.SKIP$

# Avoid Module::Build generated and utility files.
\bBuild$
\bBuild.bat$
\b_build
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$

# Avoid temp and backup files.
~$
\.old$
\.bak$
\#$
^\.#
\.rej$
\.orig$

# Avoid Devel::Cover generated files
^cover_db

# kwalitee.t junk
^Debian_CPANTS\.txt

# Avoid tarballs
\.(?:tar|tgz|tar\.gz)$

^DateTime-Locale-

# No need to ship this
\.shipit

t/zd.+

\.shipit
^MYMETA.yml$