File: MANIFEST.SKIP

package info (click to toggle)
libapache-singleton-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 274; makefile: 13
file content (38 lines) | stat: -rw-r--r-- 620 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
\B\.git\b
\B\.gitignore\b

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$         # 6.18 through 6.25 generated this

# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$

# Avoid Devel::Cover files.
\bcover_db\b

# Apache::Test generated files
^t/TEST$
^t/SMOKE$
^t/conf/apache_test_config.pm$
^t/conf/extra.conf$
^t/conf/httpd.conf$
^t/conf/modperl_inc.pl$
^t/conf/modperl_startup.pl$
^t/htdocs/index.html$
^t/logs

# Apache::Test generated tests
^t/apache/singleton/request.t$
^MYMETA\.
^\.travis.yml$
^dist.ini$