File: MANIFEST.SKIP

package info (click to toggle)
libhtml-linklist-perl 0.1701-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: perl: 1,019; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 354 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
# Version control files and dirs.
\bRCS\b
\bCVS\b
,v$
^_darcs/
^\.git/
^\.gitignore$

# Dev
^\.todo$
^dist.ini$

# distro files
^HTML-LinkList-*

# ExtUtils::MakeMaker generated files and dirs.
^Makefile$
^blib/
^blibdirs$
^pm_to_blib$
^MakeMaker-\d

# Module::Build
^Build$
^_build/

# Temp, old, vi and emacs files.
~$
\.old$
^#.*#$
^\.#
\.swp$
\.bak$