File: MANIFEST.SKIP

package info (click to toggle)
libhtml-gentoc-perl 3.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 444 kB
  • sloc: perl: 1,173; php: 51; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (4)
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
# version control files
\bRCS\b
\bCVS\b
,v$
^\.git
^\.build
^dist.ini$

# archives
.*\.tar\.gz$
# the TODO file
^\.todo$

# MakeMaker files
^Makefile$
^blib/
^MakeMaker-\d
pm_to_blib
# Module::Build files
^Build$
^_build/

# temp, old, backup files
~$
\.old$
\.bak$
\.#
\.swp$
^#.*#$