summaryrefslogtreecommitdiff
path: root/perl/MANIFEST.SKIP
blob: 05e59e6146e5732c13456508438d832096a0e7ce (plain)
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
# -*- conf -*-

# Avoid generated build files.
\bblib/
^lib/Net/Remctl\.c$
\.o$

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

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

# Avoid OS-specific files/dirs
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._

# Avoid Devel::Cover and Devel::CoverX::Covered files.
\bcover_db\b
\bcovered\b

# Avoid MYMETA files
^MYMETA\.

# Avoid archives of this distribution
\bNet-Remctl-[\d\.\_]+

# Avoid Autoconf templates.  It doesn't completely make sense to build a
# distribution of this, but if we do, we may as well leave out the Autoconf
# templates, since that's really only useful within the larger tree.
\.in$

# Avoid local test configuration files.
^t/config

# Automatically generated by the build process.
^t/data/cmd-.+$