-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.SKIP
More file actions
71 lines (64 loc) · 968 Bytes
/
MANIFEST.SKIP
File metadata and controls
71 lines (64 loc) · 968 Bytes
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
# Don't ship the config file
twittersect.conf
# Standard MANIFEST.SKIP file
# Copied from http://svn.ali.as/cpan/tools/shared/MANIFEST.SKIP
# Distribution build and packaging files
^MYMETA.yml$
^MYMETA.json$
^Makefile$
^Makefile\.[a-z]+$
^blib/
^blibdirs$
^blibdirs\.ts$
^pm_to_blib\.ts$
^pm_to_blib$
^_build/
^Build$
^Build.bat$
^MANIFEST\.
\.o$
\.xsi$
# Some packaging files are allowed to exist in the t directory
^(?!t\b).+\.tar$
^(?!t\b).+\.tgz$
^(?!t\b).+\.tar\.gz$
# OS and third-party tool detritus
^smoke
^debian/
\bDebian_CPANTS\.txt\b
\bcover_db\b
\btmon\.out\b
\bThumbs\.db$
^embedded/
sqlnet.log
# Third-party tool repository-only config files
\breleaserc$
^BUILD.SKIP
^COVER.SKIP
^CPAN.SKIP
.shipit
# Version control data files
\bRCS/
\bCVS/
\bSCCS/
\b_darcs\b
\B\.bzr\b
\B\.svn\b
\B\.git\b
\B\.gitignore\b
\.mine$
\.\d+$
,v$
# Temporary, swap and backup files
^tmp/
^scratch/
\~$
\.bs$
\.old$
\.bak$
\.swp$
\.tmp$
\.sw[a-z]$
^\..*\.sw.$
\#
\._t$