aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.SKIP
blob: c309198c8cff859003220af16e02fed9373d1b9f (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
# 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\.

# Debug settings
^debug.sh

# Avoid Emacs settings, temporary directories and tar archives.
\B\.emacs.*
tmp/
\.tar
\.tar\..*
\.tmp

Return to:

Send suggestions and report system problems to the System administrator.