File: MANIFEST.SKIP

package info (click to toggle)
txt2html 2.23-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 552 kB
  • ctags: 135
  • sloc: perl: 2,993; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 231 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
# version control files
\bRCS\b
\bCVS\b
,v$
# archives
.*\.tar\.gz$
# the TODO file
^\.todo$
# other files

# MakeMaker files
^Makefile$
^blib/
^MakeMaker-\d
pm_to_blib

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