-
Notifications
You must be signed in to change notification settings - Fork 9
/
MANIFEST.SKIP
132 lines (115 loc) · 1.32 KB
/
MANIFEST.SKIP
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
,B$
,D$
\B\.svn\b
\B\.cvsignore$
\B\.git\b
\B\.gitignore$
\B\.bzr\b
\B\.bzrignore$
^blib/
^blibdirs$
^blibdirs\.ts$
^bpm_to_blib\.ts$
^Makefile$
^Makefile\.old$
^MakeMaker-\d
^MANIFEST\.bak$
^MANIFEST\.SKIP$
^MYMETA\.
^pm_to_blib$
^pod2htm.*
# Module::Build
^Build$
^_build/
^Build.bat$
^Build.COM$
^BUILD.COM$
^build.com$
# Author Extras
^inc/.*\.pod$
^pkg/
# Editors
~$
\#$
\b\.#
\.kpf$
\.sw[pmno]$
^\.vimrc$
# OS X
^\.DS_Store$
^\.Trash/
\B\._
# VMS
\bDescrip.MMS$
\bDESCRIP.MMS$
\bdescrip.mms$
# Development
^benchmarks/
^core$
^cover_db\b
^nytprof\b
^covered\b
^debian/
^devel\.
^.devel-local$
^out$
^tmon.out$
# Author Notes
^notes
^todo
^ToDo$
# Common Junk Files
\.bak$
\.diff$
^foo\b.*
\.old$
\.orig$
\.patch$
\.rej$
\.tdy$
\.tmp$
^\w$
\.ttc$
\.pmc$
# Distribution tarballs
^[^/]+\.tar\.gz$
# Travis CI
.travis.yml
.perltidyrc
# Avoid temp and backup files.
~$
\#$
\.#
# Avoid OS-specific files/dirs
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._
# Avoid archives of this distribution
\.gz$
\.ppd$
\.ppmx$
\.tgz$
\.deb$
\bdebian
\bDebian_CPANTS.txt$
-stamp$
# Avoid Eclipse files
.cproject
.includepath
.project
.settings
# Avoid distdir
\d+\.\d+\b
^MYMETA.yml$
^MYMETA\.json$
# Avoid compiler artifacts
\bcompilet
\btest-
\.exe$
\.o$
\.mailmap$