aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.SKIP
blob: a2cf3ce21cdf74c6f3b9cacfeb1e3318df533969 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Avoid git files.
\B\.git\b
\B\.gitignore\b
\B\.gitmodules\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$
\.tmp$
\.#
\.rej$

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

# Avoid MYMETA files
^MYMETA\.

# Avoid files generated by xsubpp
^Capture.bs$
^Capture.c$

# Avoid object files and libraries
\.o$
\.a$
\.la$
\.lo$
\.Plo$
\B\.deps\b
\B\.libs\b

# Avoid files left by autoreconf
\bautom4te.cache\b
\bconfig\.log\b
\bconfig\.status\b

# Avoid test results and test programs in runcap
^runcap/t/testsuite\.
^runcap/t/rt$
^runcap/t/genout$

# Debug settings
^debug.sh

# Avoid Emacs settings, temporary directories and tar archives.
\B\.emacs.*
tmp/
\.tar
\.tar\..*
\.tmp
^runcap/t/atconfig$
^runcap/t/atlocal$

Return to:

Send suggestions and report system problems to the System administrator.